Vencord/src/utils/constants.ts
2022-10-01 04:23:41 +02:00

27 lines
602 B
TypeScript

export const WEBPACK_CHUNK = "webpackChunkdiscord_app";
export const REACT_GLOBAL = "Vencord.Webpack.Common.React";
// 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
},
botato: {
name: "botato",
id: 440990343899643943n
}
});