From b9ac761b664389a66b9d627c75181d202d451521 Mon Sep 17 00:00:00 2001 From: dragonfire535 Date: Sat, 11 Mar 2017 20:01:52 -0500 Subject: [PATCH] Go away error --- commands/textedit/yoda.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/textedit/yoda.js b/commands/textedit/yoda.js index e6b1484f..51016c8a 100644 --- a/commands/textedit/yoda.js +++ b/commands/textedit/yoda.js @@ -19,7 +19,7 @@ class YodaCommand extends commando.Command { if(!message.channel.permissionsFor(this.client.user).hasPermission('READ_MESSAGES')) return; } console.log("[Command] " + message.content); - let yodaspeak = message.content.split(" ").slice(1).join("+"); + let yodaspeak = message.content.split(" ").slice(1).join(" "); if(yodaspeak === "") { message.channel.sendMessage(':x: Error! Nothing to translate!'); } else {