diff options
Diffstat (limited to 'src/commands/roleplay/kill.ts')
| -rw-r--r-- | src/commands/roleplay/kill.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/roleplay/kill.ts b/src/commands/roleplay/kill.ts index 8f1bebf..ce46aef 100644 --- a/src/commands/roleplay/kill.ts +++ b/src/commands/roleplay/kill.ts @@ -26,6 +26,6 @@ module.exports = class KillRoleplay extends Command { }); } run(msg: CommandoMessage, { uUser }: any) { - return msg.say(`___**${msg.author.username}** kills **${uUser.username}**.___` + ' ' + emoji.random()) + return msg.say(`***${msg.author.username}** kills **${uUser.username}**.*` + ' ' + emoji.random()) } };
\ No newline at end of file |