Export CommandsLoader class too

This commit is contained in:
Helloyunho 2021-02-22 23:07:17 +09:00 committed by GitHub
parent 4d93d66757
commit d5a8207690
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

3
mod.ts
View File

@ -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 {