From 7443d797a9a4c3c2ff0a1b32c046300ee887f6d5 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Wed, 13 Mar 2024 15:36:16 -0700 Subject: [PATCH] chore: update emoji map --- api/now-playing.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api/now-playing.js b/api/now-playing.js index b2298d5a..4b9a79bf 100644 --- a/api/now-playing.js +++ b/api/now-playing.js @@ -10,7 +10,8 @@ const emojiMap = (genre, artist) => { if (artist === "Carcass") return "🥼"; if (artist === "Counting Crows") return "🐦‍⬛"; if (artist === "David Bowie") return "👨🏻‍🎤"; - if (artist === "Devoid of Thought") return "💭"; + if (artist === "Devoid of Thought") return "🚫💭"; + if (artist === "Drug Church") return "💊⛪️" if (artist === "Full of Hell & Nothing") return "🫨🎸"; if (artist === "Imperial Triumphant") return "🎭"; if (artist === "Mastodon") return "🐋";