Correct role permissions

merge-requests/1/merge
Bsian 2019-12-23 23:19:33 +00:00
parent 9e0ead2520
commit 630a9cbca8
No known key found for this signature in database
GPG Key ID: 097FB9A291026091
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ export default class ResetPassword extends Command {
this.description = 'Reset a cloud account password';
this.aliases = ['resetpasswd', 'resetpw'];
this.usage = `${this.client.config.prefix}resetpassword [Username | User ID | Email]`;
this.permissions = { roles: ['455972169449734144', '643619219988152321'] };
this.permissions = { roles: ['525441307037007902', '475817826251440128'] };
this.enabled = true;
}