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