From 23afdcdf90f0f73593ed4e117e78ffca66bfb2db Mon Sep 17 00:00:00 2001 From: Matthew R Date: Sat, 28 Mar 2020 12:10:09 -0400 Subject: [PATCH] sheriff perms to create accs --- src/commands/createaccount.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/createaccount.ts b/src/commands/createaccount.ts index 9e6997f..c345066 100644 --- a/src/commands/createaccount.ts +++ b/src/commands/createaccount.ts @@ -10,7 +10,7 @@ export default class CreateAccount extends Command { this.description = 'Create an account on the Cloud VM'; this.usage = `${this.client.config.prefix}createaccount [User ID] [Email] [Account name]`; this.aliases = ['createacc', 'cacc', 'caccount', 'create']; - this.permissions = { roles: ['662163685439045632'] }; + this.permissions = { roles: ['662163685439045632', '455972169449734144'] }; this.enabled = true; }