diff options
Diffstat (limited to 'src/commands/roleplay/wakeup.ts')
| -rw-r--r-- | src/commands/roleplay/wakeup.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commands/roleplay/wakeup.ts b/src/commands/roleplay/wakeup.ts index a7eb017..37667a6 100644 --- a/src/commands/roleplay/wakeup.ts +++ b/src/commands/roleplay/wakeup.ts @@ -20,6 +20,7 @@ module.exports = class WakeUpRoleplay extends Command { }); } run(msg: CommandoMessage) { + msg.delete(); return msg.say(`***${msg.author.username}** wakes up.*` + ' ' + emoji.random()) } };
\ No newline at end of file |