This commit is contained in:
Unknown 2018-03-13 16:16:04 -04:00
parent 6a1865029b
commit 36e3dfc2e7
2 changed files with 2 additions and 2 deletions

View file

@ -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()) {

View file

@ -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 {