mirror of
https://github.com/sern-handler/handler
synced 2026-06-27 18:22:14 +00:00
removed useless import
This commit is contained in:
1
src/types/handler/handler.d.ts
vendored
1
src/types/handler/handler.d.ts
vendored
@@ -1,6 +1,5 @@
|
||||
import type { Option } from 'ts-results';
|
||||
import type { CommandInteraction, CommandInteractionOptionResolver, Message, MessagePayload} from 'discord.js';
|
||||
import type { MessageOptions } from 'child_process';
|
||||
import type { Sern } from '../../handler/sern';
|
||||
|
||||
export type Visibility = "private" | "public"
|
||||
|
||||
Reference in New Issue
Block a user