From 87867d34631506ddff75154191fd29a0a6233a5a Mon Sep 17 00:00:00 2001 From: Dalton Date: Fri, 7 Dec 2018 17:35:19 -0800 Subject: [PATCH] trying non reply --- bot.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);