diff --git a/src/handler/structures/structxports.ts b/src/handler/structures/structxports.ts index 376ffd7..57033d3 100644 --- a/src/handler/structures/structxports.ts +++ b/src/handler/structures/structxports.ts @@ -1,5 +1,5 @@ import Context from './context'; -import type { SlashCommand, TextCommand, BothCommand } from './commands/module'; +import type { SlashCommand, TextCommand, BothCommand, Module } from './commands/module'; import type Wrapper from './wrapper'; export { @@ -7,5 +7,6 @@ export { SlashCommand, TextCommand, BothCommand, + Module, Wrapper };