984, incomplete

- Archived compact
- Archived pureevil
- slashcommands needs rewrite
This commit is contained in:
ave 2019-11-14 23:32:15 +03:00
parent 2f8444a050
commit b7f98a4da8
No known key found for this signature in database
GPG key ID: 09356ABAA42C842B
141 changed files with 56887 additions and 9 deletions

View file

@ -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)