removed useless import

This commit is contained in:
jacoobes
2022-02-06 23:46:33 -06:00
parent 564315ecee
commit 0f34970c26

View File

@@ -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"