Skip to content

Commit

Permalink
feat: text/emoji: add initial shortcodes
Browse files Browse the repository at this point in the history
  • Loading branch information
grokify committed Jan 25, 2025
1 parent d11c7b5 commit 97d6cbc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions text/emoji/emoji.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ import (
"strings"
)

const (
ShortcodeWhiteCheckMark = ":white_check_mark:"
ShortcodeX = ":x:"
)

const gomojiRaw string = `
:angry: 😠 :@
:anguished: 😧
Expand Down

0 comments on commit 97d6cbc

Please sign in to comment.