fixed command arg one issue
This commit is contained in:
2
bot.js
2
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
|
||||
|
Reference in New Issue
Block a user