summaryrefslogtreecommitdiff
path: root/src/commands/roleplay/highfive.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/roleplay/highfive.ts')
-rw-r--r--src/commands/roleplay/highfive.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commands/roleplay/highfive.ts b/src/commands/roleplay/highfive.ts
index 56e9379..28187ef 100644
--- a/src/commands/roleplay/highfive.ts
+++ b/src/commands/roleplay/highfive.ts
@@ -27,6 +27,7 @@ module.exports = class HighFiveRoleplay extends Command {
});
}
run(msg: CommandoMessage, { uUser }: any) {
+ msg.delete();
return msg.say(`***${msg.author.username}** high-fives **${uUser.username}**.*` + ' ' + emoji.random())
}
}; \ No newline at end of file