BannersEverywhere Fix
Some checks failed
Release / Build Equicord (push) Has been cancelled
Test / Test (push) Has been cancelled

This commit is contained in:
thororen1234 2025-04-17 07:46:59 -04:00
parent 59ebdcb860
commit 1a8ea79d48
No known key found for this signature in database

View file

@ -58,7 +58,7 @@ export default definePlugin({
replacement: [
{
// We add the banner as a property while we can still access the user id
match: /verified:(\i).isVerifiedBot.*?nameplate:(\i).*?name:null.*?(?=avatar:)/,
match: /user:(\i).{0,150}nameplate:(\i).*?name:null.*?(?=avatar:)/,
replace: "$&banner:$self.memberListBannerHook($1, $2),",
},
{