diff options
| author | 8cy <[email protected]> | 2020-07-07 03:55:21 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-07-07 03:55:21 -0700 |
| commit | 385b0960abdc8bb13172330a973dafd56560cf8d (patch) | |
| tree | 86e85d23404a5170ffbf870a6faeba77b3430e0e /src/commands/roleplay/wakeup.ts | |
| parent | add fanart for emma :star2: (diff) | |
| download | dep-core-385b0960abdc8bb13172330a973dafd56560cf8d.tar.xz dep-core-385b0960abdc8bb13172330a973dafd56560cf8d.zip | |
big cool :star:
- add commenting to bot.ts
- add types to most of the voice commands
- add art and verify cmd for emma
- add roastwilly cmd
- fix rp cmd formatting
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 cdf99b4..485a64d 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 |