From f071bac957eb546e9b2ddab8317431613dcd68f5 Mon Sep 17 00:00:00 2001 From: derpystuff <3515180-derpystuff@users.noreply.gitlab.com> Date: Thu, 2 Mar 2023 21:59:04 +0100 Subject: [PATCH] fix embed color because discord theming --- labscore/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labscore/constants.js b/labscore/constants.js index 73010f8..c8727c0 100644 --- a/labscore/constants.js +++ b/labscore/constants.js @@ -15,7 +15,7 @@ module.exports.COLORS = Object.freeze({ error: 15548997, success: 6411359, warning: 16426522, - embed: 3092790, + embed: 2829617, brand: 6085465, nsfw: 15549056 })