errorColor

This commit is contained in:
Axel Olausson Holtenäs 2022-04-13 21:22:58 +02:00
parent 7a6b370543
commit 78a2373cd1
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";
import { hosterName, hosterUrl } from "@config/other";