From 36e3dfc2e720c7307ca1fc89d245ba0ceaedbea5 Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 13 Mar 2018 16:16:04 -0400 Subject: chara --- commands/Owners Only/modifycredits.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/Owners Only/modifycredits.js') diff --git a/commands/Owners Only/modifycredits.js b/commands/Owners Only/modifycredits.js index a714ea8..5187947 100644 --- a/commands/Owners Only/modifycredits.js +++ b/commands/Owners Only/modifycredits.js @@ -19,7 +19,7 @@ * *************************************/ exports.run = async (bot, msg) => { - if (!['242775871059001344', '247221105515823104', '236279900728721409'].includes(msg.author.id)) return msg.reply('Nope! You need the person who created this bot to use this command.'); + if (!['242775871059001344', '247221105515823104', '236279900728721409', '269516487566426112'].includes(msg.author.id)) return msg.reply('Nope! You need the person who created this bot to use this command.'); let user; if (!msg.mentions.members.first()) { -- cgit v1.2.3