From 561cdb26b4d5f7db97917d836aa2511efad52f3d Mon Sep 17 00:00:00 2001 From: Vap0r1ze Date: Fri, 9 Aug 2024 09:32:21 -0400 Subject: [PATCH] add stub --- browser/VencordNativeStub.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/browser/VencordNativeStub.ts b/browser/VencordNativeStub.ts index 79f0f2cd3..06c1b5cef 100644 --- a/browser/VencordNativeStub.ts +++ b/browser/VencordNativeStub.ts @@ -59,6 +59,7 @@ window.VencordNative = { }, updater: { + setUpdateSource: async () => void 0, getRepo: async () => ({ ok: true, value: "https://github.com/Vendicated/Vencord" }), getUpdates: async () => ({ ok: true, value: [] }), update: async () => ({ ok: true, value: false }),