diff --git a/reactions/generate.sh b/reactions/generate.sh index 65ea26f..d70dfd0 100755 --- a/reactions/generate.sh +++ b/reactions/generate.sh @@ -5,6 +5,7 @@ jq -n --argjson reactions "$reactions" \ '[ $reactions[] | { label: .emoji, + emoticon: .emoji, hexcode: "2721", shortcodes: [ .emoji ], tags: (.tags? + [ .emoji ]),