chore: update emoji map

This commit is contained in:
Cory Dransfeldt 2023-09-08 09:03:45 -07:00
parent d76c9f7351
commit 64e434c6b9
No known key found for this signature in database

View file

@ -3,6 +3,7 @@ const emojiMap = (genre, artist) => {
if (!genre) return DEFAULT // early return for bad input
if (artist === 'David Bowie') return '👨🏻‍🎤'
if (artist === 'Minor Threat') return '👨🏻‍🦲'
if (artist === 'Bruce Springsteen') return '🇺🇸'
if (genre.includes('death metal')) return '💀'
if (genre.includes('black metal')) return '🪦'
if (genre.includes('metal')) return '🤘'