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 {