diff options
Diffstat (limited to 'src/utils/constants.ts')
-rw-r--r-- | src/utils/constants.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/constants.ts b/src/utils/constants.ts index aaf6e4d..d15615b 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -24,7 +24,7 @@ export const REACT_GLOBAL = "Vencord.Webpack.Common.React"; export const VENCORD_USER_AGENT = `Vencord/${gitHash}${gitRemote ? ` (https://github.com/${gitRemote})` : ""}`; // Add yourself here if you made a plugin -export const Devs = Object.freeze({ +export const Devs = /* #__PURE__*/ Object.freeze({ Ven: { name: "Vendicated", id: 343383572805058560n |