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