chore: update emoji map
This commit is contained in:
parent
8108dfc25f
commit
9cbf04cc00
1 changed files with 1 additions and 1 deletions
|
@ -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 '🫨'
|
||||
|
|
Reference in a new issue