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