import cleanup

This commit is contained in:
jacoobes
2022-01-24 20:52:40 -06:00
parent 8b428f7ff1
commit 3d806b1a89

View File

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