From d5a8207690cb85ed669780098a5c2c3587a48bb5 Mon Sep 17 00:00:00 2001 From: Helloyunho Date: Mon, 22 Feb 2021 23:07:17 +0900 Subject: [PATCH] Export CommandsLoader class too --- mod.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mod.ts b/mod.ts index bc096bb..c46282d 100644 --- a/mod.ts +++ b/mod.ts @@ -14,7 +14,8 @@ export { CommandBuilder, CommandCategory, CommandsManager, - CategoriesManager + CategoriesManager, + CommandsLoader } from './src/models/command.ts' export type { CommandContext, CommandOptions } from './src/models/command.ts' export {