This commit is contained in:
Vap0r1ze 2024-08-09 09:32:21 -04:00
parent 550c980f68
commit 561cdb26b4

View file

@ -59,6 +59,7 @@ window.VencordNative = {
}, },
updater: { updater: {
setUpdateSource: async () => void 0,
getRepo: async () => ({ ok: true, value: "https://github.com/Vendicated/Vencord" }), getRepo: async () => ({ ok: true, value: "https://github.com/Vendicated/Vencord" }),
getUpdates: async () => ({ ok: true, value: [] }), getUpdates: async () => ({ ok: true, value: [] }),
update: async () => ({ ok: true, value: false }), update: async () => ({ ok: true, value: false }),