aboutsummaryrefslogtreecommitdiff
path: root/src/Vencord.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/Vencord.ts')
-rw-r--r--src/Vencord.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Vencord.ts b/src/Vencord.ts
index adf8e7b..5b3d6f2 100644
--- a/src/Vencord.ts
+++ b/src/Vencord.ts
@@ -32,7 +32,7 @@ async function init() {
"View Update",
() => {
popNotice();
- Router.open("Vencord");
+ Router.open("VencordUpdater");
}
);
}, 10000);