diff options
| author | Unknown <jtsshieh@outlook.com> | 2018-02-24 22:24:34 -0500 |
|---|---|---|
| committer | Unknown <jtsshieh@outlook.com> | 2018-02-24 22:24:34 -0500 |
| commit | f408263a6e35d7bef54ea9bf1c689cdf5fe90a31 (patch) | |
| tree | bc467071358bc39ae57631215703af8d904eccd9 /commands/Pokemon | |
| parent | 5d8ef8fd5b76503a2080b605c0b1d5832e3fc2c9 (diff) | |
| download | PokeBot-f408263a6e35d7bef54ea9bf1c689cdf5fe90a31.tar.gz PokeBot-f408263a6e35d7bef54ea9bf1c689cdf5fe90a31.tar.bz2 PokeBot-f408263a6e35d7bef54ea9bf1c689cdf5fe90a31.zip | |
change message
Diffstat (limited to 'commands/Pokemon')
| -rw-r--r-- | commands/Pokemon/claim.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/Pokemon/claim.js b/commands/Pokemon/claim.js index 524b7dd..dbd2303 100644 --- a/commands/Pokemon/claim.js +++ b/commands/Pokemon/claim.js @@ -16,7 +16,7 @@ exports.run = async (bot, msg) => { if (msg.member.roles.find('name', 'Magma')) team = 'Magma'; 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('Were you looking to add a pokemon to the gym?'); + 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.'); msg.channel.send('<@' + owner + '>, come here as ' + msg.member.displayName + ' wants to battle you.'); } }; |
