diff --git a/src/equicordplugins/bannersEverywhere/index.tsx b/src/equicordplugins/bannersEverywhere/index.tsx index ab3e8da0..f402dd3f 100644 --- a/src/equicordplugins/bannersEverywhere/index.tsx +++ b/src/equicordplugins/bannersEverywhere/index.tsx @@ -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),", }, {