From d7cf157a23fc8d39e99139090649ed0e1e936e63 Mon Sep 17 00:00:00 2001 From: Mikal Stordal Date: Sun, 31 Mar 2024 01:41:19 +0100 Subject: [PATCH] misc: try adding icon and color to discord embeds - First attempt at adding color (will word) and an icon (not so sure) to discord embeds. --- .github/workflows/release-daily.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-daily.yml b/.github/workflows/release-daily.yml index d48122b3..1b4c5c92 100644 --- a/.github/workflows/release-daily.yml +++ b/.github/workflows/release-daily.yml @@ -142,7 +142,8 @@ jobs: with: webhook: ${{ secrets.DISCORD_WEBHOOK }} nodetail: true - title: New Unstable Shokofin Build! + color: "#aa5cc3" + title: <:jellyfin:1045360407814090953> New Unstable Shokofin Build! description: | **Version**: `${{ needs.current_info.outputs.version }}` (`${{ needs.current_info.outputs.sha_short }}`)