From 18dc874e526a43a51aa8f9c653c0adec8d158f73 Mon Sep 17 00:00:00 2001 From: 8cy <50817549+8cy@users.noreply.github.com> Date: Tue, 7 Jul 2020 17:26:34 -0700 Subject: delete rp init msgs --- src/commands/roleplay/inhale.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/commands/roleplay/inhale.ts') 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 -- cgit v1.2.3