From da58c21eb07804ee9196adc0aaf1ce248afe930c Mon Sep 17 00:00:00 2001 From: thororen1234 <78185467+thororen1234@users.noreply.github.com> Date: Sat, 7 Sep 2024 17:26:13 -0400 Subject: [PATCH] Update supportHelper.tsx --- src/plugins/_core/supportHelper.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/_core/supportHelper.tsx b/src/plugins/_core/supportHelper.tsx index d60c3ec0..507a3b2d 100644 --- a/src/plugins/_core/supportHelper.tsx +++ b/src/plugins/_core/supportHelper.tsx @@ -33,7 +33,7 @@ import { onlyOnce } from "@utils/onlyOnce"; import { makeCodeblock } from "@utils/text"; import definePlugin from "@utils/types"; import { checkForUpdates, isOutdated, update } from "@utils/updater"; -import { Alerts, Button, Card, ChannelStore, Forms, GuildMemberStore, NavigationRouter, Parser, RelationshipStore, showToast, Text, Toasts, UserStore } from "@webpack/common"; +import { Alerts, Button, Card, ChannelStore, Forms, GuildMemberStore, Parser, RelationshipStore, showToast, Text, Toasts, UserStore } from "@webpack/common"; import gitHash from "~git-hash"; import plugins, { PluginMeta } from "~plugins"; @@ -195,7 +195,7 @@ export default definePlugin({ , confirmText: "Go to Equicord Support", cancelText: "Okay continue", - onConfirm: () => NavigationRouter.transitionTo("channels/1173279886065029291/1173342942858055721"), + onConfirm: () => VencordNative.native.openExternal("https://discord.gg/npnv52UQwY"), }); }