sheriff perms to create accs
parent
11cf7db6c9
commit
23afdcdf90
|
@ -10,7 +10,7 @@ export default class CreateAccount extends Command {
|
||||||
this.description = 'Create an account on the Cloud VM';
|
this.description = 'Create an account on the Cloud VM';
|
||||||
this.usage = `${this.client.config.prefix}createaccount [User ID] [Email] [Account name]`;
|
this.usage = `${this.client.config.prefix}createaccount [User ID] [Email] [Account name]`;
|
||||||
this.aliases = ['createacc', 'cacc', 'caccount', 'create'];
|
this.aliases = ['createacc', 'cacc', 'caccount', 'create'];
|
||||||
this.permissions = { roles: ['662163685439045632'] };
|
this.permissions = { roles: ['662163685439045632', '455972169449734144'] };
|
||||||
this.enabled = true;
|
this.enabled = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue