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