mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-18 21:33:35 -05:00
Update supportHelper.tsx
This commit is contained in:
parent
5cde72c53d
commit
da58c21eb0
1 changed files with 2 additions and 2 deletions
|
@ -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({
|
|||
</div>,
|
||||
confirmText: "Go to Equicord Support",
|
||||
cancelText: "Okay continue",
|
||||
onConfirm: () => NavigationRouter.transitionTo("channels/1173279886065029291/1173342942858055721"),
|
||||
onConfirm: () => VencordNative.native.openExternal("https://discord.gg/npnv52UQwY"),
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue