mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-02-23 23:15:10 +00:00
add stub
This commit is contained in:
parent
550c980f68
commit
561cdb26b4
1 changed files with 1 additions and 0 deletions
|
@ -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 }),
|
||||||
|
|
Loading…
Add table
Reference in a new issue