Update perms

merge-requests/2/merge
Bsian 2019-12-30 17:03:17 +00:00
parent a14e4eb6cf
commit 5b600571f6
No known key found for this signature in database
GPG Key ID: 097FB9A291026091
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ export default class Load extends Command {
this.name = 'load';
this.description = '(Re)loads command, config or util';
this.aliases = ['reload'];
this.permissions = { users: ['253600545972027394', '278620217221971968'] };
this.permissions = { roles: ['525441307037007902'] };
this.enabled = true;
}

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 = { users: ['253600545972027394', '278620217221971968'] };
this.permissions = { roles: ['525441307037007902'] };
}
public async run(message: Message) {