diff options
| author | 8cy <[email protected]> | 2020-07-07 17:08:13 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-07-07 17:08:13 -0700 |
| commit | 4e114ff0797cb9566066afb6cda229b3ce3f055a (patch) | |
| tree | ed99bdc39f43e2411bd2e2fdde03b68af9624ac1 /src/commands/roleplay/sleep.ts | |
| parent | add owner cmd (diff) | |
| download | dep-core-4e114ff0797cb9566066afb6cda229b3ce3f055a.tar.xz dep-core-4e114ff0797cb9566066afb6cda229b3ce3f055a.zip | |
fix roleplay thing
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 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 |