fix patch

This commit is contained in:
programminglaboratorys 2024-06-24 04:49:08 +03:00 committed by GitHub
parent 6cca09e571
commit c268a3d885
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,7 +22,7 @@ export default definePlugin({
}, },
{ {
match: /null,(\i)===\i\.\i\.EMOJI\?.{0,55}channel:(\i),.+?\):null/, match: /null,(\i)===\i\.\i\.EMOJI\?.{0,55}channel:(\i),.+?\):null/,
replace: "$&,...Vencord.Api.Tablist.RenderButtons($1, $2, $3)" replace: "$&,...Vencord.Api.ExpressionPickerTabs.TabPanels($1, $2)"
} }
] ]
} }