mirror of
https://github.com/sern-handler/handler
synced 2026-06-06 01:16:55 +00:00
change handler types file extension
This commit is contained in:
@@ -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`
|
||||
Reference in New Issue
Block a user