1
0
Fork 0

Added create alias

refactor/models
Bsian 2019-10-27 15:18:18 +00:00
parent bc37ac49f3
commit 26f0b6ef15
No known key found for this signature in database
GPG Key ID: 097FB9A291026091
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ export default class CreateAccount extends Command {
this.name = 'createaccount'; this.name = 'createaccount';
this.description = 'Create an account on the Cloud VM'; this.description = 'Create an account on the Cloud VM';
this.usage = `${config.prefix}createaccount [User ID] [Email] [Account name]`; this.usage = `${config.prefix}createaccount [User ID] [Email] [Account name]`;
this.aliases = ['createacc', 'cacc', 'caccount']; this.aliases = ['createacc', 'cacc', 'caccount', 'create'];
this.permissions = { roles: ['475817826251440128', '525441307037007902'] }; this.permissions = { roles: ['475817826251440128', '525441307037007902'] };
this.enabled = true; this.enabled = true;
} }