fixed command arg one issue

This commit is contained in:
Dalton
2018-12-05 21:38:01 -08:00
parent 9386a49573
commit 5a1cb92266

2
bot.js
View File

@@ -461,7 +461,7 @@ client.on('message', message => {
message.reply("wut do i summon?"); 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; break;
// Voice commands // Voice commands