chore: update emoji map
This commit is contained in:
parent
2bf1fbeaee
commit
ba8116eb62
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ const emojiMap = (genre, artist) => {
|
|||
if (artist === "Minor Threat") return "👨🏻🦲";
|
||||
if (artist === "Panopticon") return "🪕🪦";
|
||||
if (artist === "Taylor Swift") return "👸🏼";
|
||||
if (artist === "Webbed Wing") return "🤡";
|
||||
|
||||
// early return for bad input
|
||||
if (!genre) return DEFAULT;
|
||||
|
|
Reference in a new issue