errorColor

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

View file

@ -2,12 +2,7 @@
import { CommandInteraction } from "discord.js";
// Configurations
import {
successColor,
errorColor,
footerText,
footerIcon,
} from "@config/embed";
import { successColor, footerText, footerIcon } from "@config/embed";
// Handlers
import logger from "../../../../logger";