Anammox Fix a Patch

This commit is contained in:
thororen1234 2024-06-21 20:42:13 -04:00
parent 3afc6c6d29
commit 164db5bfa5
2 changed files with 2 additions and 2 deletions

View file

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

View file

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