fix embed color because discord theming

This commit is contained in:
derpystuff 2023-03-02 21:59:04 +01:00
parent 50e605fa81
commit f071bac957

View file

@ -15,7 +15,7 @@ module.exports.COLORS = Object.freeze({
error: 15548997,
success: 6411359,
warning: 16426522,
embed: 3092790,
embed: 2829617,
brand: 6085465,
nsfw: 15549056
})