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