diff options
Diffstat (limited to 'src/commands/roleplay/sleep.ts')
| -rw-r--r-- | src/commands/roleplay/sleep.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/roleplay/sleep.ts b/src/commands/roleplay/sleep.ts index 5186044..bd5c399 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 |