mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-10 15:13:02 -04:00
Support Fixes
This commit is contained in:
parent
b4b95b1943
commit
a7a722dab9
3 changed files with 496 additions and 510 deletions
|
@ -18,9 +18,12 @@
|
|||
|
||||
export const WEBPACK_CHUNK = "webpackChunkdiscord_app";
|
||||
export const REACT_GLOBAL = "Vencord.Webpack.Common.React";
|
||||
export const SUPPORT_CHANNEL_ID = "1173342942858055721";
|
||||
export const SUPPORT_CHANNEL_IDS = ["1173342942858055721", "1026515880080842772"];
|
||||
export const SUPPORT_CHANNEL_ID = "1297590739911573585";
|
||||
export const VC_SUPPORT_CHANNEL_ID = "1026515880080842772";
|
||||
export const SUPPORT_CHANNEL_IDS = [SUPPORT_CHANNEL_ID, VC_SUPPORT_CHANNEL_ID];
|
||||
export const GUILD_ID = "1173279886065029291";
|
||||
export const VC_GUILD_ID = "1015060230222131221";
|
||||
export const GUILD_IDS = [GUILD_ID, VC_GUILD_ID];
|
||||
|
||||
export interface Dev {
|
||||
name: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue