mirror of
https://github.com/kirameki-cafe/Yumi.git
synced 2026-09-14 03:09:59 +00:00
Removed unused imports
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user