Browse Source

Added unicode emoji support global

pull/34/head
David Haukeness 5 years ago
parent
commit
6d86fdd578
No known key found for this signature in database
GPG Key ID: A7F1091956853EF9
  1. 2
      emojiMap.go

2
emojiMap.go

@ -4,6 +4,8 @@ import ( @@ -4,6 +4,8 @@ import (
"strconv"
)
var UNICODE_EMOJI_SUPPORT bool = false
type emojiData struct {
Name string
Description string

Loading…
Cancel
Save