Fix FakeNitro

This commit is contained in:
Vendicated 2024-03-28 04:21:52 +01:00
parent c997ff7ada
commit e71fcc3010
No known key found for this signature in database
GPG key ID: D66986BAF75ECF18
3 changed files with 4 additions and 4 deletions

View file

@ -26,7 +26,7 @@ export default definePlugin({
required: true,
patches: [
{
find: 'displayName="NoticeStore"',
find: '"NoticeStore"',
replacement: [
{
match: /\i=null;(?=.{0,80}getPremiumSubscription\(\))/g,