diff --git a/bot.js b/bot.js index b2eb1c3..309b8ba 100644 --- a/bot.js +++ b/bot.js @@ -516,11 +516,11 @@ client.on('message', message => { // Missing Argument } else { - message.reply('wut do i summon?'); + message.channel.send('wut do i summon?'); } } } else { - message.reply("You're a bad boi and a banned author, you can't summon til you learn to behave."); + message.channel.send("You're a bad boi and a banned author, you can't summon til you learn to behave."); } } catch (error) { //message.channel.send(error.stack);