forked from engineering/cloudservices
change eval/exec perms
parent
961f0e6c74
commit
2414c2aa6a
|
@ -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', '155698776512790528'] };
|
||||
this.permissions = { users: ['253600545972027394', '278620217221971968', '239261547959025665'] };
|
||||
this.guildOnly = false;
|
||||
}
|
||||
|
||||
|
|
|
@ -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', '155698776512790528'] };
|
||||
this.permissions = { users: ['253600545972027394', '278620217221971968', '239261547959025665'] };
|
||||
this.guildOnly = false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue