Merge remote-tracking branch 'upstream/dev'

This commit is contained in:
thororen1234 2024-05-25 23:26:09 -04:00
commit ef81244269
17 changed files with 64 additions and 35 deletions

View file

@ -29,7 +29,7 @@ export default definePlugin({
find: '"NoticeStore"',
replacement: [
{
match: /\i=null;(?=.{0,80}getPremiumSubscription\(\))/g,
match: /(?<=!1;)\i=null;(?=.{0,80}getPremiumSubscription\(\))/g,
replace: "if(Vencord.Api.Notices.currentNotice)return false;$&"
},
{