unused import of ColorResolvable

This commit is contained in:
Axel Olausson Holtenäs 2022-04-13 21:25:37 +02:00
parent c588060934
commit 48d9bf4e57
No known key found for this signature in database
GPG key ID: 9347A5E873995701

View file

@ -1,5 +1,5 @@
// Dependencies
import { ColorResolvable, MessageEmbed, CommandInteraction } from "discord.js";
import { MessageEmbed, CommandInteraction } from "discord.js";
import { SlashCommandSubcommandBuilder } from "@discordjs/builders";
import { ChannelType } from "discord-api-types/v10";