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