aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUnknown <jtsshieh@outlook.com>2018-03-23 15:37:02 -0400
committerUnknown <jtsshieh@outlook.com>2018-03-23 15:37:02 -0400
commit109c984eaa470477590a8fcf2af9fa5ee9a6e96b (patch)
tree879441d3ba64b7b5877e5925b6e3af75edbff6af
parent8a3e33ea135b68256e9b59a12740e4b5eee9e77c (diff)
downloadPokeBot-109c984eaa470477590a8fcf2af9fa5ee9a6e96b.tar.gz
PokeBot-109c984eaa470477590a8fcf2af9fa5ee9a6e96b.tar.bz2
PokeBot-109c984eaa470477590a8fcf2af9fa5ee9a6e96b.zip
chara is nice too
-rw-r--r--commands/Owners Only/triggeregg.js2
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 {