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*`); } };