This commit is contained in:
Jacob Nguyen
2024-06-12 23:09:28 -05:00
parent 30feb790b1
commit 19abb7cb22

View File

@@ -53,7 +53,6 @@ export type Controller = typeof controller
export * from './core/create-plugins';
export { CommandType, PluginType, PayloadType, EventType } from './core/structures/enums';
export { Context } from './core/structures/context';
export { Asset } from './core/structures/asset';
export * from './core/ioc';