1
0
Fork 0

sheriff perms to create accs

refactor/models
Matthew 2020-03-28 12:10:09 -04:00
parent 11cf7db6c9
commit 23afdcdf90
No known key found for this signature in database
GPG Key ID: 766BE43AE75F7559
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}