From 630a9cbca80dfa5bb62eef82ec4bd9eb8021199d Mon Sep 17 00:00:00 2001 From: Bsian Date: Mon, 23 Dec 2019 23:19:33 +0000 Subject: [PATCH] Correct role permissions --- src/commands/resetpassword.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/resetpassword.ts b/src/commands/resetpassword.ts index 0754a5c..ef0a8c6 100644 --- a/src/commands/resetpassword.ts +++ b/src/commands/resetpassword.ts @@ -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; }