aboutsummaryrefslogtreecommitdiff
path: root/events/message.js
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-02-25 17:27:41 -0500
committerAlee <alee14498@gmail.com>2018-02-25 17:27:41 -0500
commit05d715b1627f8f123a3796c576b657ca9caff7f3 (patch)
tree7c141c77a8005ed850b998784569aa0f0e98a468 /events/message.js
parent0287cb99d2843d646d7ecd0b801d81ca2e7a6edb (diff)
downloadPokeBot-05d715b1627f8f123a3796c576b657ca9caff7f3.tar.gz
PokeBot-05d715b1627f8f123a3796c576b657ca9caff7f3.tar.bz2
PokeBot-05d715b1627f8f123a3796c576b657ca9caff7f3.zip
Changed id for pokebot
Diffstat (limited to 'events/message.js')
-rw-r--r--events/message.js2
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')) {