From 0f34970c262779002a380762efce5132a5aad18b Mon Sep 17 00:00:00 2001 From: jacoobes Date: Sun, 6 Feb 2022 23:46:33 -0600 Subject: [PATCH] removed useless import --- src/types/handler/handler.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/types/handler/handler.d.ts b/src/types/handler/handler.d.ts index a547dee..dabb314 100644 --- a/src/types/handler/handler.d.ts +++ b/src/types/handler/handler.d.ts @@ -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"