From 3d806b1a8999ad0befcf667e00d3724a9618da38 Mon Sep 17 00:00:00 2001 From: jacoobes Date: Mon, 24 Jan 2022 20:52:40 -0600 Subject: [PATCH] import cleanup --- src/handler/sern/sern.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/handler/sern/sern.ts b/src/handler/sern/sern.ts index f676738..12002f9 100644 --- a/src/handler/sern/sern.ts +++ b/src/handler/sern/sern.ts @@ -1,8 +1,9 @@ -import { CommandType, delegate, MessagePackage, Visibility } from "../../types/handler/handler"; +import type { MessagePackage, Visibility } from "../../types/handler/handler"; +import { CommandType } from "../../types/handler/handler"; import { Files } from "../utils/readFile" import type { Awaitable, Client, Message } from "discord.js"; import type { possibleOutput } from "../../types/handler/handler" -import {Err, Ok, Result } from "ts-results"; +import { Ok, Result } from "ts-results";