Created
September 12, 2024 17:45
-
-
Save Macmee/737c62df590c68aac2ac7dda9d4e46c7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const emojiMap = { | |
"1": "🔄", | |
"2": "➡️1️⃣", | |
"3": "➡️1️⃣", | |
"4": "🔄2️⃣", | |
"5": "➡️2️⃣", | |
"6": "➡️2️⃣", | |
"7": "🔄2️⃣", | |
"8": "➡️2️⃣", | |
"9": "➡️2️⃣", | |
"10": "🔄2️⃣", | |
"11": "➡️2️⃣", | |
"12": "➡️2️⃣" | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment