chore: update emoji map

This commit is contained in:
Cory Dransfeldt 2023-08-24 18:41:29 -07:00
parent fae5177f81
commit 80908124e3
No known key found for this signature in database

View file

@ -1,7 +1,7 @@
const emojiMap = (genre, artist) => {
if (artist === 'David Bowie') return '👨‍🎤'
if (genre.includes('black metal')) return '🧛🏻‍♂️'
if (genre.includes('death 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 '🫨'