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/sleep.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commands/roleplay/sleep.ts') diff --git a/src/commands/roleplay/sleep.ts b/src/commands/roleplay/sleep.ts index bd5c399..cb2a7d4 100644 --- a/src/commands/roleplay/sleep.ts +++ b/src/commands/roleplay/sleep.ts @@ -19,6 +19,6 @@ module.exports = class SleepRoleplay extends Command { }); } run(msg: CommandoMessage) { - return msg.say(`___**${msg.author.username}** falls asleep.___` + ' ' + emoji.random()) + return msg.say(`***${msg.author.username}** falls asleep.*` + ' ' + emoji.random()) } }; \ No newline at end of file -- cgit v1.2.3