diff options
| author | Alee <alee14498@gmail.com> | 2018-02-25 17:27:41 -0500 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-02-25 17:27:41 -0500 |
| commit | 05d715b1627f8f123a3796c576b657ca9caff7f3 (patch) | |
| tree | 7c141c77a8005ed850b998784569aa0f0e98a468 | |
| parent | 0287cb99d2843d646d7ecd0b801d81ca2e7a6edb (diff) | |
| download | PokeBot-05d715b1627f8f123a3796c576b657ca9caff7f3.tar.gz PokeBot-05d715b1627f8f123a3796c576b657ca9caff7f3.tar.bz2 PokeBot-05d715b1627f8f123a3796c576b657ca9caff7f3.zip | |
Changed id for pokebot
| -rw-r--r-- | events/message.js | 2 |
1 files changed, 1 insertions, 1 deletions
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')) { |
