emojis are not runes

This commit is contained in:
jamesread 2021-11-02 16:30:54 +00:00
parent c4b6c39dc9
commit bc73ba340c
1 changed files with 3 additions and 3 deletions

View File

@ -4,9 +4,9 @@ var emojis = map[string]string{
"poop": "💩", "poop": "💩",
"smile": "😀", "smile": "😀",
"ping": "📡", "ping": "📡",
"backup": '💾', "backup": "💾",
"reboot": '⏻', "reboot": "⏻",
"restart": '⏻', "restart": "⏻",
} }
func lookupHTMLIcon(keyToLookup string) string { func lookupHTMLIcon(keyToLookup string) string {