chore: update emoji map

This commit is contained in:
Cory Dransfeldt 2023-08-25 19:55:16 -07:00
parent 17deae1491
commit 2c64737f1f
No known key found for this signature in database

View file

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