diff --git a/src/index.ts b/src/index.ts index 81af075..8c9088b 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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';