From 05d715b1627f8f123a3796c576b657ca9caff7f3 Mon Sep 17 00:00:00 2001 From: Alee Date: Sun, 25 Feb 2018 17:27:41 -0500 Subject: Changed id for pokebot --- events/message.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/events/message.js b/events/message.js index 3c037d6..4f01ab1 100644 --- a/events/message.js +++ b/events/message.js @@ -2,7 +2,7 @@ module.exports = (bot, msg) => { parseCommand(bot, msg); if (msg.mentions != null && msg.mentions.users != null) { - if (msg.mentions.users.has('416637860146446346')) { + if (msg.mentions.users.has('417096530596724737')) { if (msg.content.toLowerCase().includes('hello') || (msg.content.toLowerCase().includes('hi'))) { msg.reply('Hi there.'); } else if (msg.content.toLowerCase().includes('shut') && msg.content.toLowerCase().includes('up')) { -- cgit v1.2.3