chore: update emoji map

This commit is contained in:
Cory Dransfeldt 2023-08-25 10:57:20 -07:00
parent 8108dfc25f
commit 9cbf04cc00
No known key found for this signature in database

View file

@ -4,7 +4,7 @@ const emojiMap = (genre, artist) => {
if (artist === 'David Bowie') return '👨‍🎤'
if (artist === 'Minor Threat') return '👨🏻‍🦲'
if (genre.includes('death metal')) return '💀'
if (genre.includes('black metal')) return '🧛🏻‍♂️'
if (genre.includes('black metal')) return '🪦'
if (genre.includes('metal')) return '🤘'
if (genre.includes('emo') || genre.includes('blues')) return '😢'
if (genre.includes('grind') || genre.includes('powerviolence')) return '🫨'