From 5cde72c53d52be5c56b7394025cb82997297b4be Mon Sep 17 00:00:00 2001 From: thororen1234 <78185467+thororen1234@users.noreply.github.com> Date: Sat, 7 Sep 2024 12:12:45 -0400 Subject: [PATCH] Update supportHelper.tsx --- src/plugins/_core/supportHelper.tsx | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/src/plugins/_core/supportHelper.tsx b/src/plugins/_core/supportHelper.tsx index af2e4be6..d60c3ec0 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, Parser, RelationshipStore, showToast, Text, Toasts, UserStore } from "@webpack/common"; +import { Alerts, Button, Card, ChannelStore, Forms, GuildMemberStore, NavigationRouter, Parser, RelationshipStore, showToast, Text, Toasts, UserStore } from "@webpack/common"; import gitHash from "~git-hash"; import plugins, { PluginMeta } from "~plugins"; @@ -192,7 +192,10 @@ export default definePlugin({ Before you ask for help, Check for updates and if this issue could be caused by Equicord! - + , + confirmText: "Go to Equicord Support", + cancelText: "Okay continue", + onConfirm: () => NavigationRouter.transitionTo("channels/1173279886065029291/1173342942858055721"), }); } @@ -241,11 +244,11 @@ export default definePlugin({ return Alerts.show({ title: "Hold on!", body:
- You are using a custom build of Vencord, which we do not provide support for! + You are using a custom build of Equicord, which we do not provide support for! - We only provide support for official builds. - Either switch to an official build or figure your issue out yourself. + We only provide support for official builds. + Either switch to an official build or figure your issue out yourself. You will be banned from receiving support if you ignore this rule.