mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-18 13:23:28 -05:00
Anammox Fix a Patch
This commit is contained in:
parent
3afc6c6d29
commit
164db5bfa5
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ An enhanced version of [Vencord](https://github.com/Vendicated/Vencord) by [Vend
|
||||||
|
|
||||||
- AllCallTimers by MaxHerbold and D3SOX
|
- AllCallTimers by MaxHerbold and D3SOX
|
||||||
- AltKrispSwitch by newwares
|
- AltKrispSwitch by newwares
|
||||||
- Annamox by Kyuuhachi
|
- Anammox by Kyuuhachi
|
||||||
- BetterActivities by D3SOX, Arjix, AutumnVN
|
- BetterActivities by D3SOX, Arjix, AutumnVN
|
||||||
- BetterQuests by kvba
|
- BetterQuests by kvba
|
||||||
- BetterQuickReact by Ven and Sqaaakoi
|
- BetterQuickReact by Ven and Sqaaakoi
|
||||||
|
|
|
@ -87,7 +87,7 @@ export default definePlugin({
|
||||||
predicate: () => settings.store.gift,
|
predicate: () => settings.store.gift,
|
||||||
},
|
},
|
||||||
{ // Emoji list
|
{ // Emoji list
|
||||||
find: /\i\.\i\i\.getEmojiUnavailableReason/,
|
find: /\.filter\(\i=>\i\.\i\i\.getEmojiUnavailableReason/,
|
||||||
replacement: {
|
replacement: {
|
||||||
match: /(\w+)=!\w+&&\w+.\i.isEmojiCategoryNitroLocked\(\{[^}]*\}\);/,
|
match: /(\w+)=!\w+&&\w+.\i.isEmojiCategoryNitroLocked\(\{[^}]*\}\);/,
|
||||||
replace: "$&$1||"
|
replace: "$&$1||"
|
||||||
|
|
Loading…
Reference in a new issue