diff options
| author | Unknown <jtsshieh@outlook.com> | 2018-03-23 15:37:02 -0400 |
|---|---|---|
| committer | Unknown <jtsshieh@outlook.com> | 2018-03-23 15:37:02 -0400 |
| commit | 109c984eaa470477590a8fcf2af9fa5ee9a6e96b (patch) | |
| tree | 879441d3ba64b7b5877e5925b6e3af75edbff6af /commands | |
| parent | 8a3e33ea135b68256e9b59a12740e4b5eee9e77c (diff) | |
| download | PokeBot-109c984eaa470477590a8fcf2af9fa5ee9a6e96b.tar.gz PokeBot-109c984eaa470477590a8fcf2af9fa5ee9a6e96b.tar.bz2 PokeBot-109c984eaa470477590a8fcf2af9fa5ee9a6e96b.zip | |
chara is nice too
Diffstat (limited to 'commands')
| -rw-r--r-- | commands/Owners Only/triggeregg.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/Owners Only/triggeregg.js b/commands/Owners Only/triggeregg.js index 74e2403..45da516 100644 --- a/commands/Owners Only/triggeregg.js +++ b/commands/Owners Only/triggeregg.js @@ -19,7 +19,7 @@ * *************************************/ exports.run = async (bot, msg) => { - if (!['242775871059001344', '247221105515823104', '236279900728721409'].includes(msg.author.id)) { + if (!['242775871059001344', '247221105515823104', '236279900728721409', '269516487566426112'].includes(msg.author.id)) { msg.reply('Nope! You need the person who created this bot to use this command.'); } else { |
