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
+2 -3
View File
@@ -1,6 +1,5 @@
import { Message, Permissions, Interaction, CommandInteraction } from "discord.js";
import { getEmotes, makeSuccessEmbed, makeProcessingEmbed, sendMessageOrInteractionResponse, sendReply, makeErrorEmbed, makeInfoEmbed } from "../utils/DiscordMessage";
import DiscordProvider from "../providers/Discord";
import { Message, Interaction, CommandInteraction } from "discord.js";
import { sendMessageOrInteractionResponse, makeErrorEmbed, makeInfoEmbed } from "../utils/DiscordMessage";
import { getColorFromURL } from "color-thief-node";
const EMBEDS = {