From 5a1cb922660a81457a85a6b04a476c4dcabad6fb Mon Sep 17 00:00:00 2001 From: Dalton Date: Wed, 5 Dec 2018 21:38:01 -0800 Subject: [PATCH] fixed command arg one issue --- bot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.js b/bot.js index 01dcf06..b215ec0 100644 --- a/bot.js +++ b/bot.js @@ -461,7 +461,7 @@ client.on('message', message => { message.reply("wut do i summon?"); } - message.channel.send('commandArgOne=' + commandArgOne + '\nphrase=' + message.author + ' summons ' + redditToSummon + '*\n' + 'redditToSummon=' + redditToSummon); + message.channel.send('gphrase=' + message.author + ' summons ' + redditToSummon + '*\n' + 'redditToSummon=' + redditToSummon); break; // Voice commands