chore: update emoji map
This commit is contained in:
parent
fd27bf094a
commit
17517131b7
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ const emojiMap = (genre, artist) => {
|
|||
const DEFAULT = '🎧'
|
||||
if (!genre) return DEFAULT // early return for bad input
|
||||
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('metal')) return '🤘'
|
||||
|
|
Reference in a new issue