diff options
Diffstat (limited to 'src/commands/roleplay/slap.ts')
| -rw-r--r-- | src/commands/roleplay/slap.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commands/roleplay/slap.ts b/src/commands/roleplay/slap.ts index 850594c..16a52b2 100644 --- a/src/commands/roleplay/slap.ts +++ b/src/commands/roleplay/slap.ts @@ -26,6 +26,7 @@ module.exports = class SlapRoleplay extends Command { }); } run(msg: CommandoMessage, { uUser }: any) { + msg.delete(); return msg.say(`***${msg.author.username}** slaps **${uUser.username}**.*` + ' ' + emoji.random()) } };
\ No newline at end of file |