From 43943fce5d95e2eeca224e12b7ad0fb8322a9aa2 Mon Sep 17 00:00:00 2001 From: Bsian Date: Thu, 14 Nov 2019 22:12:12 +0000 Subject: [PATCH] Register command --- src/commands/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/commands/index.ts b/src/commands/index.ts index 80123f3..f0fb9b3 100644 --- a/src/commands/index.ts +++ b/src/commands/index.ts @@ -10,6 +10,7 @@ export { default as Lock } from './lock'; export { default as Modlogs } from './modlogs'; export { default as Notify } from './notify'; export { default as Parse } from './parse'; +export { default as Parseall } from './parseall'; export { default as Ping } from './ping'; export { default as Pull } from './pull'; export { default as Sysinfo } from './sysinfo';