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