errorColor

This commit is contained in:
Axel Olausson Holtenäs 2022-04-13 21:21:24 +02:00
parent e8845e6dce
commit 92a5fa9102
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";
// Models
import fetchUser from "@helpers/fetchUser";