change handler types file extension

This commit is contained in:
jacoobes
2022-02-07 01:14:20 -06:00
parent 0781ab200a
commit b328edb7ce

View File

@@ -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 `<TextChannel>#send` or `<CommandInteraction>#reply`