emojis are not runes
This commit is contained in:
parent
c4b6c39dc9
commit
bc73ba340c
|
|
@ -4,9 +4,9 @@ var emojis = map[string]string{
|
|||
"poop": "💩",
|
||||
"smile": "😀",
|
||||
"ping": "📡",
|
||||
"backup": '💾',
|
||||
"reboot": '⏻',
|
||||
"restart": '⏻',
|
||||
"backup": "💾",
|
||||
"reboot": "⏻",
|
||||
"restart": "⏻",
|
||||
}
|
||||
|
||||
func lookupHTMLIcon(keyToLookup string) string {
|
||||
|
|
|
|||
Loading…
Reference in New Issue