Removed unused imports

This commit is contained in:
2022-02-28 11:50:47 +07:00
parent 07fce745cd
commit 18b0739592
25 changed files with 37 additions and 77 deletions
-1
View File
@@ -1,5 +1,4 @@
import { Guild } from ".prisma/client";
import { Message } from "discord.js";
import Logger from "../libs/Logger";
import Cache from "../providers/Cache";
import DiscordProvider from "../providers/Discord";