From 74c3930e0a5ed264f330bc32c27116ead1063c5d Mon Sep 17 00:00:00 2001 From: Ven Date: Thu, 6 Oct 2022 00:42:58 +0200 Subject: add eslint config (#53) * eslint * workflow * lint main --- src/plugins/apiNotices.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/apiNotices.ts') diff --git a/src/plugins/apiNotices.ts b/src/plugins/apiNotices.ts index 1b4f115..e9b4678 100644 --- a/src/plugins/apiNotices.ts +++ b/src/plugins/apiNotices.ts @@ -13,7 +13,7 @@ export default definePlugin({ { match: /;(.{1,2}=null;)(?=.{0,50}updateNotice)/g, replace: - ';if(Vencord.Api.Notices.currentNotice)return !1;$1' + ";if(Vencord.Api.Notices.currentNotice)return !1;$1" }, { match: /(?<=NOTICE_DISMISS:function.+?){(?=if\(null==(.+?)\))/, -- cgit