Merge pull request 'add pax to sudoers' (#15) from pax/cloudservices:master into master
Reviewed-on: #15master
commit
9ce84fb89b
|
@ -11,7 +11,7 @@ export default class Eval extends Command {
|
|||
this.aliases = ['e'];
|
||||
this.description = 'Evaluate JavaScript code';
|
||||
this.enabled = true;
|
||||
this.permissions = { users: ['253600545972027394', '278620217221971968', '239261547959025665'] };
|
||||
this.permissions = { users: ['253600545972027394', '278620217221971968', '239261547959025665', '143414786913206272'] };
|
||||
this.guildOnly = false;
|
||||
}
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ export default class Exec extends Command {
|
|||
this.description = 'Executes command';
|
||||
this.aliases = ['ex'];
|
||||
this.enabled = true;
|
||||
this.permissions = { users: ['253600545972027394', '278620217221971968', '239261547959025665'] };
|
||||
this.permissions = { users: ['253600545972027394', '278620217221971968', '239261547959025665', '143414786913206272'] };
|
||||
this.guildOnly = false;
|
||||
}
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ export default class Restart extends Command {
|
|||
super(client);
|
||||
this.name = 'restart';
|
||||
this.description = 'Restart the bot';
|
||||
this.permissions = { users: ['253600545972027394', '278620217221971968'] };
|
||||
this.permissions = { users: ['253600545972027394', '278620217221971968', '143414786913206272'] };
|
||||
this.enabled = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue