summaryrefslogtreecommitdiff
path: root/src/commands/roleplay/sleep.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/roleplay/sleep.ts')
-rw-r--r--src/commands/roleplay/sleep.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commands/roleplay/sleep.ts b/src/commands/roleplay/sleep.ts
index cb2a7d4..3b5c5da 100644
--- a/src/commands/roleplay/sleep.ts
+++ b/src/commands/roleplay/sleep.ts
@@ -19,6 +19,7 @@ module.exports = class SleepRoleplay extends Command {
});
}
run(msg: CommandoMessage) {
+ msg.delete();
return msg.say(`***${msg.author.username}** falls asleep.*` + ' ' + emoji.random())
}
}; \ No newline at end of file