diff options
Diffstat (limited to 'src/commands/roleplay/wakeup.ts')
| -rw-r--r-- | src/commands/roleplay/wakeup.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/roleplay/wakeup.ts b/src/commands/roleplay/wakeup.ts index 485a64d..a7eb017 100644 --- a/src/commands/roleplay/wakeup.ts +++ b/src/commands/roleplay/wakeup.ts @@ -20,6 +20,6 @@ module.exports = class WakeUpRoleplay extends Command { }); } run(msg: CommandoMessage) { - return msg.say(`___**${msg.author.username}** wakes up.___` + ' ' + emoji.random()) + return msg.say(`***${msg.author.username}** wakes up.*` + ' ' + emoji.random()) } };
\ No newline at end of file |