trying non reply

This commit is contained in:
Dalton
2018-12-07 17:35:19 -08:00
parent 1f98fdbc37
commit 87867d3463

4
bot.js
View File

@@ -516,11 +516,11 @@ client.on('message', message => {
// Missing Argument // Missing Argument
} else { } else {
message.reply('wut do i summon?'); message.channel.send('wut do i summon?');
} }
} }
} else { } 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) { } catch (error) {
//message.channel.send(error.stack); //message.channel.send(error.stack);