Skip to content

Commit d5a8207

Browse files
authored
Export CommandsLoader class too
1 parent 4d93d66 commit d5a8207

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mod.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ export {
1414
CommandBuilder,
1515
CommandCategory,
1616
CommandsManager,
17-
CategoriesManager
17+
CategoriesManager,
18+
CommandsLoader
1819
} from './src/models/command.ts'
1920
export type { CommandContext, CommandOptions } from './src/models/command.ts'
2021
export {

0 commit comments

Comments
 (0)