Explorar o código

additional emoji

jamesread %!s(int64=5) %!d(string=hai) anos
pai
achega
a874052dbb
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      pkg/grpcApi/utils.go

+ 1 - 0
pkg/grpcApi/utils.go

@@ -3,6 +3,7 @@ package grpcApi
 var emojis = map[string]string {
 	"poop": "💩",
 	"smile": "😀",
+	"ping": "📡",
 }
 
 func lookupHtmlIcon(keyToLookup string) (string) {