mirror of
https://github.com/sern-handler/handler
synced 2026-06-27 10:12:14 +00:00
fix(structxports) added top lvl module type
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user