From 19abb7cb229168179fb0ba79919bb19d231d26d3 Mon Sep 17 00:00:00 2001 From: Jacob Nguyen <76754747+jacoobes@users.noreply.github.com> Date: Wed, 12 Jun 2024 23:09:28 -0500 Subject: [PATCH] ss --- src/index.ts | 1 - 1 file changed, 1 deletion(-) 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';