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