aboutsummaryrefslogtreecommitdiff
path: root/src/utils/constants.ts
diff options
context:
space:
mode:
authorVendicated <vendicated@riseup.net>2023-02-28 02:40:45 +0100
committerVendicated <vendicated@riseup.net>2023-02-28 02:40:45 +0100
commitc09d1558f7a2f707b365e2bd55ab70d79b093f18 (patch)
tree172b3a1f72a5001e379161d4ea24253b794f7d39 /src/utils/constants.ts
parenteb190b660e2e2e932dcb62c567b9c611330964eb (diff)
downloadVencord-c09d1558f7a2f707b365e2bd55ab70d79b093f18.tar.gz
Vencord-c09d1558f7a2f707b365e2bd55ab70d79b093f18.tar.bz2
Vencord-c09d1558f7a2f707b365e2bd55ab70d79b093f18.zip
Add SupportHelper plugin
Diffstat (limited to 'src/utils/constants.ts')
-rw-r--r--src/utils/constants.ts1
1 files changed, 1 insertions, 0 deletions
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({