forked from engineering/cloudservices
Correct role permissions
parent
9e0ead2520
commit
630a9cbca8
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue