From 26f0b6ef155b3c6a121fe28b5a4ded698af1b211 Mon Sep 17 00:00:00 2001 From: Bsian Date: Sun, 27 Oct 2019 15:18:18 +0000 Subject: [PATCH] Added create alias --- 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 6461c42..44bf9dc 100644 --- a/src/commands/createaccount.ts +++ b/src/commands/createaccount.ts @@ -8,7 +8,7 @@ export default class CreateAccount extends Command { this.name = 'createaccount'; this.description = 'Create an account on the Cloud VM'; 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.enabled = true; }