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