aboutsummaryrefslogtreecommitdiff
path: root/commands/Pokemon/lsitem.js
diff options
context:
space:
mode:
authorTrey <trey6979@gmail.com>2019-10-24 13:38:44 +0000
committerTrey <trey6979@gmail.com>2019-10-24 13:38:44 +0000
commit478d86650e02b91ebe4d1bb387d7ef3e7796a019 (patch)
treee69c82ba882a0a812b4ac0fc5d9a0e11f0471b74 /commands/Pokemon/lsitem.js
parentb09e7677a0ab138075dab56e1b61f551fcbc1b94 (diff)
downloadPokeBot-478d86650e02b91ebe4d1bb387d7ef3e7796a019.tar.gz
PokeBot-478d86650e02b91ebe4d1bb387d7ef3e7796a019.tar.bz2
PokeBot-478d86650e02b91ebe4d1bb387d7ef3e7796a019.zip
Added new whitelist message, teams command is longer be case specific
Diffstat (limited to 'commands/Pokemon/lsitem.js')
-rw-r--r--commands/Pokemon/lsitem.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/Pokemon/lsitem.js b/commands/Pokemon/lsitem.js
index dd628ae..6956ef2 100644
--- a/commands/Pokemon/lsitem.js
+++ b/commands/Pokemon/lsitem.js
@@ -8,7 +8,7 @@
* *************************************/
exports.run = async (bot, msg, args) => {
- if (msg.guild.id != '417088992329334792') return msg.reply ('This is a PokeWorld exclusive command. Sorry!');
+ if (msg.guild.id != '417088992329334792') return msg.reply ('This command is still in early testing, so it is only available within Pokeworld.');
const { RichEmbed } = require('discord.js');
const data = args.join(' ').split('|');