From b328edb7ce5bf0fceb08f37d5866286010046175 Mon Sep 17 00:00:00 2001 From: jacoobes Date: Mon, 7 Feb 2022 01:14:20 -0600 Subject: [PATCH] change handler types file extension --- src/types/{handler.d.ts => handler.ts} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/types/{handler.d.ts => handler.ts} (95%) 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`