mirror of
https://github.com/UniverseDevGroup/PokeBot.git
synced 2025-01-23 01:42:01 -05:00
chara
This commit is contained in:
parent
6a1865029b
commit
36e3dfc2e7
2 changed files with 2 additions and 2 deletions
|
@ -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()) {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue