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