aboutsummaryrefslogtreecommitdiff
path: root/commands/Pokemon
diff options
context:
space:
mode:
authorUnknown <jtsshieh@outlook.com>2018-03-27 15:38:43 -0400
committerUnknown <jtsshieh@outlook.com>2018-03-27 15:38:43 -0400
commita42eeca0dcff181c2547c956e3a9cac9ed4d66e2 (patch)
tree88a62c986114f049596d1b67be1570443b5aa80d /commands/Pokemon
parentf35bfc21a70cb8936e1d29952ec4d83dfff9efe5 (diff)
downloadPokeBot-a42eeca0dcff181c2547c956e3a9cac9ed4d66e2.tar.gz
PokeBot-a42eeca0dcff181c2547c956e3a9cac9ed4d66e2.tar.bz2
PokeBot-a42eeca0dcff181c2547c956e3a9cac9ed4d66e2.zip
getting ready for something new!
Diffstat (limited to 'commands/Pokemon')
-rw-r--r--commands/Pokemon/claim.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/Pokemon/claim.js b/commands/Pokemon/claim.js
index 316ac24..94e0064 100644
--- a/commands/Pokemon/claim.js
+++ b/commands/Pokemon/claim.js
@@ -38,7 +38,6 @@ exports.run = async (bot, msg) => {
if (!team) return msg.reply('You have to join a team before you can claim a gym.');
const owner = msg.channel.topic.slice(15).substring(0, 18);
if (msg.guild.members.find('id', owner).roles.find('name', team)) return msg.reply('Don\'t try battling your own team. They won\'t like you.');
- if (owner == '281713017920684032') return msg.reply('He\'s on hold, unfair team');
msg.channel.send('<@' + owner + '>, come here as ' + msg.member.displayName + ' wants to battle you.');
const func = async mess => {
if (mess.channel != msg.channel) return;