Added unicode emoji support global
This commit is contained in:
@ -4,6 +4,8 @@ import (
|
||||
"strconv"
|
||||
)
|
||||
|
||||
var UNICODE_EMOJI_SUPPORT bool = false
|
||||
|
||||
type emojiData struct {
|
||||
Name string
|
||||
Description string
|
||||
|
||||
Reference in New Issue
Block a user