#1 TypeError: Cannot read properties of undefined (reading 'toLowerCase') [v1.10.8-15, all] #2
6
reactions/fetch-latest-format.sh
Executable file
6
reactions/fetch-latest-format.sh
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
base="https://raw.githubusercontent.com/milesj/emojibase/master/packages/data/en"
|
||||
for file in compact.raw.json data.raw.json; do
|
||||
echo "$file:"
|
||||
curl -sf "$base/$file" | jq '.[] | select(.hexcode == "2721")' || exit $?
|
||||
done
|
Loading…
Reference in New Issue
Block a user