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/celebrate.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commands/roleplay/celebrate.ts') diff --git a/src/commands/roleplay/celebrate.ts b/src/commands/roleplay/celebrate.ts index f84f6f3..1f49cd9 100644 --- a/src/commands/roleplay/celebrate.ts +++ b/src/commands/roleplay/celebrate.ts @@ -19,6 +19,6 @@ module.exports = class CelebrateRoleplay extends Command { }); } run(msg: CommandoMessage) { - return msg.say(`_**${msg.author.username}** celebrates._` + ' ' + emoji.random()) + return msg.say(`___**${msg.author.username}** celebrates.___` + ' ' + emoji.random()) } }; \ No newline at end of file -- cgit v1.2.3