From 6820890f55b351990012680f3e3eb37916fced6e Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Thu, 23 Mar 2017 04:09:23 +0000 Subject: [PATCH] Fix Fist Bump --- commands/roleplay/fistbump.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/roleplay/fistbump.js b/commands/roleplay/fistbump.js index 39cee635..602b9b98 100644 --- a/commands/roleplay/fistbump.js +++ b/commands/roleplay/fistbump.js @@ -17,6 +17,6 @@ module.exports = class FistBumpCommand extends commando.Command { } console.log(`[Command] ${message.content}`); let thingToRoleplay = message.content.split(" ").slice(1).join(" "); - message.channel.send(`${message.author} *cuddles* ${thingToRoleplay} *badalalala*`); + message.channel.send(`${message.author} *fist-bumps* ${thingToRoleplay} *badalalala*`); } };