diff options
| author | Unknown <jtsshieh@outlook.com> | 2018-03-21 19:16:11 -0400 |
|---|---|---|
| committer | Unknown <jtsshieh@outlook.com> | 2018-03-21 19:16:11 -0400 |
| commit | d7542ba73a4f13994114334efa40348892c10d4e (patch) | |
| tree | a516e6b530d27f5dd8dea96b787c16ecbfe9ca89 /commands/Owners Only | |
| parent | 70feae369123f8f51fe5ed2752652c92f345266f (diff) | |
| download | PokeBot-d7542ba73a4f13994114334efa40348892c10d4e.tar.gz PokeBot-d7542ba73a4f13994114334efa40348892c10d4e.tar.bz2 PokeBot-d7542ba73a4f13994114334efa40348892c10d4e.zip | |
hehe
Diffstat (limited to 'commands/Owners Only')
| -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 6d1c4c6..e99b1b3 100644 --- a/commands/Owners Only/triggeregg.js +++ b/commands/Owners Only/triggeregg.js @@ -28,7 +28,7 @@ exports.run = async (bot, msg) => { } else { 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!'); + 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!'); } } }; |
