diff --git a/src/types/handler.d.ts b/src/types/handler.ts similarity index 95% rename from src/types/handler.d.ts rename to src/types/handler.ts index 5a10a58..cbf429f 100644 --- a/src/types/handler.d.ts +++ b/src/types/handler.ts @@ -1,6 +1,6 @@ import type { Option } from 'ts-results' import type { CommandInteraction, CommandInteractionOptionResolver, Message, MessagePayload, MessageOptions } from 'discord.js'; -import type { Sern } from '../handler/sern'; +import type * as Sern from "../handler/sern" export type Visibility = "private" | "public" //Anything that can be sent in a `#send` or `#reply`