mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-18 19:07:08 -04:00
Add SupportHelper plugin
This commit is contained in:
parent
eb190b660e
commit
c09d1558f7
3 changed files with 91 additions and 1 deletions
|
@ -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({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue