From b926a838c2898515bcdbaa9aabc0d807259d7a2d Mon Sep 17 00:00:00 2001 From: Constrat <56174894+Constrat@users.noreply.github.com> Date: Sun, 28 Jun 2026 16:56:53 +0200 Subject: [PATCH] chore: revert discord notification embed color --- .github/workflows/discord-release-notification.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/discord-release-notification.yml b/.github/workflows/discord-release-notification.yml index e653d9c09a..bd3cf7dbee 100644 --- a/.github/workflows/discord-release-notification.yml +++ b/.github/workflows/discord-release-notification.yml @@ -62,7 +62,7 @@ jobs: embeds: [{ title: ("🎉 New MAA Release: " + $tag), description: $description, - color: 15844367, + color: 10246582, fields: [ { name: "Windows", value: ("[x64](" + $win64_url + ") ❘ [ARM](" + $winarm_url + ")"), inline: true }, { name: "macOS", value: ("[Universal](" + $mac_url + ")"), inline: true },