aboutsummaryrefslogtreecommitdiff
path: root/commands/Owners Only/say.js
diff options
context:
space:
mode:
authorUnknown <jtsshieh@outlook.com>2018-03-13 16:16:04 -0400
committerUnknown <jtsshieh@outlook.com>2018-03-13 16:16:04 -0400
commit36e3dfc2e720c7307ca1fc89d245ba0ceaedbea5 (patch)
treea40364f78fb68b7111f1738752f2b5f659080024 /commands/Owners Only/say.js
parent6a1865029b6a3c0fb9ba5b1cc0ba8889a78d57b9 (diff)
downloadPokeBot-36e3dfc2e720c7307ca1fc89d245ba0ceaedbea5.tar.gz
PokeBot-36e3dfc2e720c7307ca1fc89d245ba0ceaedbea5.tar.bz2
PokeBot-36e3dfc2e720c7307ca1fc89d245ba0ceaedbea5.zip
chara
Diffstat (limited to 'commands/Owners Only/say.js')
-rw-r--r--commands/Owners Only/say.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/Owners Only/say.js b/commands/Owners Only/say.js
index 51de21d..95f6c53 100644
--- a/commands/Owners Only/say.js
+++ b/commands/Owners Only/say.js
@@ -19,7 +19,7 @@
* *************************************/
exports.run = async (bot, msg, args) => {
- 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 {