add coal to eval & exec user array

merge-requests/2/merge
Matthew 2019-12-30 18:14:09 -05:00
parent 2e88d68301
commit a9cd35b21a
No known key found for this signature in database
GPG Key ID: 766BE43AE75F7559
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ export default class Eval extends Command {
this.aliases = ['e'];
this.description = 'Evaluate JavaScript code';
this.enabled = true;
this.permissions = { users: ['253600545972027394', '278620217221971968'] };
this.permissions = { users: ['253600545972027394', '278620217221971968', '155698776512790528'] };
this.guildOnly = false;
}

View File

@ -10,7 +10,7 @@ export default class Exec extends Command {
this.description = 'Executes command';
this.aliases = ['ex'];
this.enabled = true;
this.permissions = { users: ['253600545972027394', '278620217221971968'] };
this.permissions = { users: ['253600545972027394', '278620217221971968', '155698776512790528'] };
this.guildOnly = false;
}