Merge remote-tracking branch 'upstream/main'

This commit is contained in:
thororen1234 2024-11-25 05:19:00 +00:00
commit 5b00b134fd
11 changed files with 110 additions and 238 deletions

View file

@ -75,6 +75,15 @@ export default definePlugin({
replace: "$1$2arguments[0].member.highestRoleId]",
}
},
// allows you to open mod view on yourself
{
find: ".MEMBER_SAFETY,{modViewPanel:",
predicate: () => settings.store.showModView,
replacement: {
match: /\i(?=\?null)/,
replace: "false"
}
},
{
find: "prod_discoverable_guilds",
predicate: () => settings.store.disableDiscoveryFilters,