From 6ab2cc4d3770326b6c035a6a55e3ecb9ad520194 Mon Sep 17 00:00:00 2001 From: Alee Date: Sun, 25 Mar 2018 10:06:59 -0400 Subject: changes --- bot_discord.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'bot_discord.js') diff --git a/bot_discord.js b/bot_discord.js index 1361bdb..23de734 100644 --- a/bot_discord.js +++ b/bot_discord.js @@ -81,8 +81,6 @@ client.on('guildDelete', guild => { client.on('message', (msg) => { - if (msg.author.bot) return; - if (!msg.content.startsWith(prefix)) return; const args = msg.content.slice(prefix.length).trim().split(/ +/g); const command = args.shift(); -- cgit v1.2.3