summaryrefslogtreecommitdiff
path: root/src/commands/roleplay/kill.ts
diff options
context:
space:
mode:
author8cy <[email protected]>2020-07-07 17:26:34 -0700
committer8cy <[email protected]>2020-07-07 17:26:34 -0700
commit18dc874e526a43a51aa8f9c653c0adec8d158f73 (patch)
treef8051ef918280f88910d9c82be241281bfa0b8db /src/commands/roleplay/kill.ts
parentfix roleplay thing (diff)
downloaddep-core-18dc874e526a43a51aa8f9c653c0adec8d158f73.tar.xz
dep-core-18dc874e526a43a51aa8f9c653c0adec8d158f73.zip
delete rp init msgs
Diffstat (limited to 'src/commands/roleplay/kill.ts')
-rw-r--r--src/commands/roleplay/kill.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commands/roleplay/kill.ts b/src/commands/roleplay/kill.ts
index ce46aef..809db32 100644
--- a/src/commands/roleplay/kill.ts
+++ b/src/commands/roleplay/kill.ts
@@ -26,6 +26,7 @@ module.exports = class KillRoleplay extends Command {
});
}
run(msg: CommandoMessage, { uUser }: any) {
+ msg.delete();
return msg.say(`***${msg.author.username}** kills **${uUser.username}**.*` + ' ' + emoji.random())
}
}; \ No newline at end of file