2022-08-29 00:25:27 +00:00
|
|
|
export const WEBPACK_CHUNK = "webpackChunkdiscord_app";
|
2022-09-16 20:59:34 +00:00
|
|
|
export const REACT_GLOBAL = "Vencord.Webpack.Common.React";
|
2022-10-01 00:27:28 +00:00
|
|
|
|
|
|
|
// Add yourself here if you made more than one plugin
|
|
|
|
export const Devs = Object.freeze({
|
|
|
|
Ven: {
|
|
|
|
name: "Vendicated",
|
|
|
|
id: 343383572805058560n
|
|
|
|
},
|
|
|
|
Arjix: {
|
|
|
|
name: "ArjixWasTaken",
|
|
|
|
id: 674710789138939916n
|
|
|
|
},
|
|
|
|
Cyn: {
|
|
|
|
name: "Cynosphere",
|
|
|
|
id: 150745989836308480n
|
|
|
|
},
|
|
|
|
Megu: {
|
|
|
|
name: "Megumin",
|
|
|
|
id: 545581357812678656n
|
2022-10-01 02:23:41 +00:00
|
|
|
},
|
|
|
|
botato: {
|
|
|
|
name: "botato",
|
|
|
|
id: 440990343899643943n
|
2022-10-03 18:43:25 +00:00
|
|
|
},
|
|
|
|
obscurity: {
|
|
|
|
name: "obscurity",
|
|
|
|
id: 336678828233588736n,
|
2022-10-04 00:36:02 +00:00
|
|
|
},
|
|
|
|
rushii: {
|
|
|
|
name: "rushii",
|
|
|
|
id: 295190422244950017n
|
2022-10-04 19:38:38 +00:00
|
|
|
},
|
|
|
|
Glitch: {
|
|
|
|
name: "Glitchy",
|
|
|
|
id: 269567451199569920n
|
2022-10-01 00:27:28 +00:00
|
|
|
}
|
|
|
|
});
|