diff --git a/src/handler/discord.js b/src/handler/discord.js index 5934103..a911d6a 100644 --- a/src/handler/discord.js +++ b/src/handler/discord.js @@ -100,8 +100,8 @@ module.exports = class { }); this.client.on('message', msg => { - if (msg.author.bot){ - // ignore other bots + if (msg.author.bot.tag == this.client.user.tag){ + // ignore myself return; }