forked from distok/cutthecord
984, incomplete
- Archived compact - Archived pureevil - slashcommands needs rewrite
This commit is contained in:
parent
2f8444a050
commit
b7f98a4da8
141 changed files with 56887 additions and 9 deletions
|
@ -144,6 +144,7 @@ for category in emoji_j_pre:
|
|||
# Append variant info to the emoji entry
|
||||
variant["names"] = [f"{name}_{mm_type}" for name in names]
|
||||
variant["surrogates"] += mm_types[mm_type]
|
||||
variant["unicodeVersion"] = 11
|
||||
# and add it to the result file
|
||||
emoji_post[category].append(variant)
|
||||
|
||||
|
@ -156,4 +157,4 @@ for category in emoji_j_pre:
|
|||
|
||||
# When finally done, dump the result as "emojispost.json"
|
||||
with open('emojispost.json', 'w') as f:
|
||||
json.dump(emoji_post, f)
|
||||
json.dump(emoji_post, f, indent=2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue