From 4e114ff0797cb9566066afb6cda229b3ce3f055a Mon Sep 17 00:00:00 2001 From: 8cy <50817549+8cy@users.noreply.github.com> Date: Tue, 7 Jul 2020 17:08:13 -0700 Subject: fix roleplay thing --- src/commands/roleplay/blush.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commands/roleplay/blush.ts') diff --git a/src/commands/roleplay/blush.ts b/src/commands/roleplay/blush.ts index 9a1ab5c..650fe29 100644 --- a/src/commands/roleplay/blush.ts +++ b/src/commands/roleplay/blush.ts @@ -26,6 +26,6 @@ module.exports = class BlushRoleplay extends Command { }); } run(msg: CommandoMessage, { uUser }: any) { - return msg.say(`___**${msg.author.username}** blushes at **${uUser.username}**.___` + ' ' + emoji.random()) + return msg.say(`***${msg.author.username}** blushes at **${uUser.username}**.*` + ' ' + emoji.random()) } }; \ No newline at end of file -- cgit v1.2.3