From 268f8961b01fe2c10a7170e976b8d4b14876fd63 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Thu, 23 Mar 2017 11:56:18 +0000 Subject: [PATCH] Let's try this --- commands/roleplay/cuddle.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/roleplay/cuddle.js b/commands/roleplay/cuddle.js index 6313a514..8d52757b 100644 --- a/commands/roleplay/cuddle.js +++ b/commands/roleplay/cuddle.js @@ -17,6 +17,6 @@ module.exports = class CuddleCommand extends commando.Command { } console.log(`[Command] ${message.content}`); let thingToRoleplay = message.content.split(" ").slice(1).join(" "); - message.channel.send(`${message.author} *cuddles* ${thingToRoleplay}`); + return message.channel.send(`${message.author} *cuddles* ${thingToRoleplay}`); } };