From 8ab49fda0b23ce4b29f6a91b76cc26213f11d303 Mon Sep 17 00:00:00 2001 From: Bsian Date: Wed, 30 Oct 2019 18:21:48 +0000 Subject: [PATCH] Updated index --- src/commands/index.ts | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/src/commands/index.ts b/src/commands/index.ts index 8f7379d..fe4a027 100644 --- a/src/commands/index.ts +++ b/src/commands/index.ts @@ -1,8 +1,14 @@ -export { default as Lock } from './lock'; -export { default as Modlogs } from './modlogs'; -export { default as Ping } from './ping'; export { default as Announce } from './announce'; +export { default as CreateAccount } from './createaccount'; export { default as CWG } from './cwg'; -export { default as Help } from './help'; +export { default as DeleteAccount } from './deleteaccount'; export { default as Eval } from './eval'; export { default as Exec } from './exec'; +export { default as Help } from './help'; +export { default as Lock } from './lock'; +export { default as Modlogs } from './modlogs'; +export { default as Parse } from './parse'; +export { default as Ping } from './ping'; +export { default as Pull } from './pull'; +export { default as Sysinfo } from './sysinfo'; +export { default as Unlock } from './unlock';