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 "🐋";