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