mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-08 06:03:03 -04:00
BannersEverywhere Fix
This commit is contained in:
parent
59ebdcb860
commit
1a8ea79d48
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ export default definePlugin({
|
||||||
replacement: [
|
replacement: [
|
||||||
{
|
{
|
||||||
// We add the banner as a property while we can still access the user id
|
// 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),",
|
replace: "$&banner:$self.memberListBannerHook($1, $2),",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue