mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-19 05:43: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 { makeCodeblock } from "@utils/text";
|
||||||
import definePlugin from "@utils/types";
|
import definePlugin from "@utils/types";
|
||||||
import { checkForUpdates, isOutdated, update } from "@utils/updater";
|
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 gitHash from "~git-hash";
|
||||||
import plugins, { PluginMeta } from "~plugins";
|
import plugins, { PluginMeta } from "~plugins";
|
||||||
|
@ -195,7 +195,7 @@ export default definePlugin({
|
||||||
</div>,
|
</div>,
|
||||||
confirmText: "Go to Equicord Support",
|
confirmText: "Go to Equicord Support",
|
||||||
cancelText: "Okay continue",
|
cancelText: "Okay continue",
|
||||||
onConfirm: () => NavigationRouter.transitionTo("channels/1173279886065029291/1173342942858055721"),
|
onConfirm: () => VencordNative.native.openExternal("https://discord.gg/npnv52UQwY"),
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue