Export CommandsLoader class too
This commit is contained in:
parent
4d93d66757
commit
d5a8207690
1 changed files with 2 additions and 1 deletions
3
mod.ts
3
mod.ts
|
@ -14,7 +14,8 @@ export {
|
||||||
CommandBuilder,
|
CommandBuilder,
|
||||||
CommandCategory,
|
CommandCategory,
|
||||||
CommandsManager,
|
CommandsManager,
|
||||||
CategoriesManager
|
CategoriesManager,
|
||||||
|
CommandsLoader
|
||||||
} from './src/models/command.ts'
|
} from './src/models/command.ts'
|
||||||
export type { CommandContext, CommandOptions } from './src/models/command.ts'
|
export type { CommandContext, CommandOptions } from './src/models/command.ts'
|
||||||
export {
|
export {
|
||||||
|
|
Loading…
Reference in a new issue