chore: augury emoji
This commit is contained in:
parent
2ac2723a34
commit
77696469f2
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
const emojiMap = (genre, artist) => {
|
const emojiMap = (genre, artist) => {
|
||||||
const DEFAULT = "🎧";
|
const DEFAULT = "🎧";
|
||||||
|
if (artist === "Augury") return "☄️";
|
||||||
if (artist === "Autopsy") return "🧟";
|
if (artist === "Autopsy") return "🧟";
|
||||||
if (artist === "Black Flag") return "🏴";
|
if (artist === "Black Flag") return "🏴";
|
||||||
if (artist === "Bruce Springsteen") return "🇺🇸";
|
if (artist === "Bruce Springsteen") return "🇺🇸";
|
||||||
|
|
Reference in a new issue