Use emotes Chromium can print as well.

mj-v1.12
domi41 4 years ago
parent c95d8ee82a
commit a4dd9e6bd7

@ -56,12 +56,12 @@ func (poll *Poll) GetGradationList(gradation string) []string {
// - 🤮😒😐🙂😀🤩
// - 😫😒😐😌😀😍 (more support, apparently)
// - …
list = append(list, "🤮")
list = append(list, "😫")
list = append(list, "😒")
list = append(list, "😐")
list = append(list, "🙂")
list = append(list, "😌")
list = append(list, "😀")
list = append(list, "🤩")
list = append(list, "😍")
return list
}

Loading…
Cancel
Save