From a06355d913574bdb470f7b32eae02219c2c17023 Mon Sep 17 00:00:00 2001 From: Jon Date: Thu, 31 Mar 2022 19:46:33 +0100 Subject: [PATCH] add emoticon --- reactions/generate.sh | 1 + 1 file changed, 1 insertion(+) 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 ]),