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