1
0
Fork 0

perms change for pull cmd

refactor/models
Matthew 2020-04-19 12:37:43 -04:00
parent 86668ead8b
commit 910afefcbf
No known key found for this signature in database
GPG Key ID: 766BE43AE75F7559
1 changed files with 1 additions and 1 deletions

View File

@ -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) {