diff options
| author | Unknown <jtsshieh@outlook.com> | 2018-03-21 19:13:43 -0400 |
|---|---|---|
| committer | Unknown <jtsshieh@outlook.com> | 2018-03-21 19:13:43 -0400 |
| commit | 70feae369123f8f51fe5ed2752652c92f345266f (patch) | |
| tree | f8c4395728ac8cdc91adda1d2c43d537266d5b51 /commands | |
| parent | 2cb35cfe49a315df2ea1e9f9d8d5f3d1bc722ce5 (diff) | |
| download | PokeBot-70feae369123f8f51fe5ed2752652c92f345266f.tar.gz PokeBot-70feae369123f8f51fe5ed2752652c92f345266f.tar.bz2 PokeBot-70feae369123f8f51fe5ed2752652c92f345266f.zip | |
this should work
Diffstat (limited to 'commands')
| -rw-r--r-- | commands/Owners Only/triggeregg.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/Owners Only/triggeregg.js b/commands/Owners Only/triggeregg.js index 4b4c6f1..6d1c4c6 100644 --- a/commands/Owners Only/triggeregg.js +++ b/commands/Owners Only/triggeregg.js @@ -27,7 +27,7 @@ exports.run = async (bot, msg) => { msg.guild.channels.find('name', 'pokeegghunt').send(':egg: **An egg is available!** First two people to type egg gets to battle! *Someone needs to battle for it though...*'); } else { - const gym = msg.guild.channels.find('id', '417149626433404940').children.random().name; + const gym = msg.guild.channels.find('id', '417138941880434699').children.random().name; msg.guild.channels.find('name', 'pokeegghunt').send(':egg: **An egg is available!** *Someone needs to battle for it though...* Go to ' + gym + 'to get it. In 5 minutes, the person holding the gym gets the egg!'); } } |
