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

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 {