From 858a810e86ecc2de818ee60db4212d6dd0ae0b49 Mon Sep 17 00:00:00 2001 From: bignutty <3515180-bignutty@users.noreply.gitlab.com> Date: Tue, 4 Feb 2025 23:06:13 +0100 Subject: [PATCH] [nextgen] update embed color to refresh dark --- labscore/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labscore/constants.js b/labscore/constants.js index 9d5f8af..143de18 100644 --- a/labscore/constants.js +++ b/labscore/constants.js @@ -34,7 +34,7 @@ module.exports.COLORS = Object.freeze({ error: 16404060, success: 8191849, warning: 15708731, - embed: 2960690, + embed: 3618622, brand: 65381, nsfw: 15159978, incognito: 10057726,