summon debugging

This commit is contained in:
Dalton
2018-12-05 20:43:08 -08:00
parent ceb5b65506
commit 0b00be9ee2

1
bot.js
View File

@@ -460,6 +460,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);
break; break;
// Voice commands // Voice commands