perms change for pull cmd
parent
86668ead8b
commit
910afefcbf
|
@ -9,7 +9,7 @@ export default class Pull extends Command {
|
|||
this.description = 'Fetches the latest commit from Gitlab';
|
||||
this.aliases = ['update'];
|
||||
this.enabled = true;
|
||||
this.permissions = { roles: ['525441307037007902'] };
|
||||
this.permissions = { roles: ['662163685439045632'] };
|
||||
}
|
||||
|
||||
public async run(message: Message) {
|
||||
|
|
Loading…
Reference in New Issue