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/fistbump.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/commands/roleplay/fistbump.ts') diff --git a/src/commands/roleplay/fistbump.ts b/src/commands/roleplay/fistbump.ts index c15d646..129c89f 100644 --- a/src/commands/roleplay/fistbump.ts +++ b/src/commands/roleplay/fistbump.ts @@ -27,6 +27,7 @@ module.exports = class FistBumpRoleplay extends Command { }); } run(msg: CommandoMessage, { uUser }: any) { + msg.delete(); return msg.say(`***${msg.author.username}** fist-bumps **${uUser.username}**.*` + ' ' + emoji.random()) } }; \ No newline at end of file -- cgit v1.2.3