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
52252
patches/mutant/984.patch
Normal file
52252
patches/mutant/984.patch
Normal file
File diff suppressed because it is too large
Load diff
|
@ -6,7 +6,7 @@ Custom color modifiers and mutant modifiers (paw, claw) are added too.
|
|||
|
||||
Additionally, a feature to generate diverse emojis are added. To use it, put the emoji you want, then write :skin-tone-, pick a skin tone, and remove the space between them (`:ok_hand::skin-tone-2:` etc). When you post that, it'll be sent as a diverse version of that emoji.
|
||||
|
||||
You'll need to pack in the right images to the apk. See README.md at the root of the repo for more information.
|
||||
You'll need to pack in the right images to the apk. See BUILDING.md at the root of the repo for more information.
|
||||
|
||||
Various scripts are provided to help building of custom patches easier.
|
||||
|
||||
|
@ -67,6 +67,7 @@ Various scripts are provided to help building of custom patches easier.
|
|||
- 9.6.8
|
||||
- 9.7.0
|
||||
- 9.8.0
|
||||
- 9.8.4
|
||||
|
||||
#### Disclaimer
|
||||
|
||||
|
|
|
@ -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