From 8a3e33ea135b68256e9b59a12740e4b5eee9e77c Mon Sep 17 00:00:00 2001 From: trey6979 Date: Fri, 23 Mar 2018 15:01:02 -0400 Subject: still learning git commandline --- commands/Owners Only/triggeregg.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/commands/Owners Only/triggeregg.js b/commands/Owners Only/triggeregg.js index 8e0ee63..74e2403 100644 --- a/commands/Owners Only/triggeregg.js +++ b/commands/Owners Only/triggeregg.js @@ -24,10 +24,12 @@ exports.run = async (bot, msg) => { } else { if (Math.random() > 0.5) { - 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...*'); + msg.channel.send(':egg: **Egg with regular battle sequence sent!**'); + msg.guild.channels.find('name', 'pokeegghunt').send(':egg: **An egg is available!** First two people to type egg gets to battle!'); } else { const gym = msg.guild.channels.find('id', '417138941880434699').children.random(); + msg.channel.send(':egg: **Egg sent with gym battle sequence cent!**'); msg.guild.channels.find('name', 'pokeegghunt').send(':egg: **An egg is available!** *Someone needs to battle for it though...* Go to <#' + gym.id + '> to get it. In 5 minutes, the person holding the gym gets the egg!'); } } -- cgit v1.2.3