unused import of ColorResolvable

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

View file

@ -1,5 +1,5 @@
// Dependencies
import { Permissions, ColorResolvable, CommandInteraction } from "discord.js";
import { Permissions, CommandInteraction } from "discord.js";
// Configurations
import { errorColor, footerText, footerIcon } from "@config/embed";