From c09d1558f7a2f707b365e2bd55ab70d79b093f18 Mon Sep 17 00:00:00 2001 From: Vendicated Date: Tue, 28 Feb 2023 02:40:45 +0100 Subject: Add SupportHelper plugin --- src/utils/constants.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/utils') diff --git a/src/utils/constants.ts b/src/utils/constants.ts index 4f24d03..0805872 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -22,6 +22,7 @@ import gitRemote from "~git-remote"; export const WEBPACK_CHUNK = "webpackChunkdiscord_app"; export const REACT_GLOBAL = "Vencord.Webpack.Common.React"; export const VENCORD_USER_AGENT = `Vencord/${gitHash}${gitRemote ? ` (https://github.com/${gitRemote})` : ""}`; +export const SUPPORT_CHANNEL_ID = "1026515880080842772"; // Add yourself here if you made a plugin export const Devs = /* #__PURE__*/ Object.freeze({ -- cgit