From 385b0960abdc8bb13172330a973dafd56560cf8d Mon Sep 17 00:00:00 2001 From: 8cy <50817549+8cy@users.noreply.github.com> Date: Tue, 7 Jul 2020 03:55:21 -0700 Subject: 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 --- src/commands/roleplay/wakeup.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commands/roleplay/wakeup.ts') 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 -- cgit v1.2.3