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/holdhands.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/commands/roleplay/holdhands.ts') 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 -- cgit v1.2.3