Update perms
parent
a14e4eb6cf
commit
5b600571f6
|
@ -8,7 +8,7 @@ export default class Load extends Command {
|
||||||
this.name = 'load';
|
this.name = 'load';
|
||||||
this.description = '(Re)loads command, config or util';
|
this.description = '(Re)loads command, config or util';
|
||||||
this.aliases = ['reload'];
|
this.aliases = ['reload'];
|
||||||
this.permissions = { users: ['253600545972027394', '278620217221971968'] };
|
this.permissions = { roles: ['525441307037007902'] };
|
||||||
this.enabled = true;
|
this.enabled = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@ export default class Pull extends Command {
|
||||||
this.description = 'Fetches the latest commit from Gitlab';
|
this.description = 'Fetches the latest commit from Gitlab';
|
||||||
this.aliases = ['update'];
|
this.aliases = ['update'];
|
||||||
this.enabled = true;
|
this.enabled = true;
|
||||||
this.permissions = { users: ['253600545972027394', '278620217221971968'] };
|
this.permissions = { roles: ['525441307037007902'] };
|
||||||
}
|
}
|
||||||
|
|
||||||
public async run(message: Message) {
|
public async run(message: Message) {
|
||||||
|
|
Loading…
Reference in New Issue