diff options
| author | Unknown <jtsshieh@outlook.com> | 2018-03-25 17:24:48 -0400 |
|---|---|---|
| committer | Unknown <jtsshieh@outlook.com> | 2018-03-25 17:24:48 -0400 |
| commit | eae78f3070509963867a9d515c16c3d948b84ab7 (patch) | |
| tree | ddccc6ffec3ea98f14b9d8099e8995ec106bfbb6 /commands/Utility/suggest.js | |
| parent | 7ffde44608542e3c38e3f6aad25b5ab0e49a9544 (diff) | |
| parent | 9ea4c22cec03efac388d19b1eddacf2f9d0fe106 (diff) | |
| download | PokeBot-eae78f3070509963867a9d515c16c3d948b84ab7.tar.gz PokeBot-eae78f3070509963867a9d515c16c3d948b84ab7.tar.bz2 PokeBot-eae78f3070509963867a9d515c16c3d948b84ab7.zip | |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'commands/Utility/suggest.js')
| -rw-r--r-- | commands/Utility/suggest.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/Utility/suggest.js b/commands/Utility/suggest.js index 05f4773..fae35db 100644 --- a/commands/Utility/suggest.js +++ b/commands/Utility/suggest.js @@ -19,7 +19,6 @@ * *************************************/ exports.run = async (bot, msg, args) => { - if (msg.guild.id != '417088992329334792') return msg.reply ('This is a PokeWorld exclusive command. Sorry!'); const { RichEmbed } = require('discord.js'); const suggestionChannel = await bot.plugins.settings.getStr('suggestions', msg.member.guild.id); bot.channels.find('id', suggestionChannel).send( |
