aboutsummaryrefslogtreecommitdiff
path: root/src/utils/constants.ts
diff options
context:
space:
mode:
authorVen <vendicated@riseup.net>2022-10-01 02:27:28 +0200
committerGitHub <noreply@github.com>2022-10-01 02:27:28 +0200
commitef353f1d66dbf1d14e528830d267aac518ed1beb (patch)
tree67d13f5ce3cf42150884376c5f8d9b98f7300b38 /src/utils/constants.ts
parent3e64054283acbbe2697c9fc583bba7a06e1003b2 (diff)
downloadVencord-ef353f1d66dbf1d14e528830d267aac518ed1beb.tar.gz
Vencord-ef353f1d66dbf1d14e528830d267aac518ed1beb.tar.bz2
Vencord-ef353f1d66dbf1d14e528830d267aac518ed1beb.zip
Better authors field (#18)
Diffstat (limited to 'src/utils/constants.ts')
-rw-r--r--src/utils/constants.ts20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/utils/constants.ts b/src/utils/constants.ts
index 3d60e29..57cd9b7 100644
--- a/src/utils/constants.ts
+++ b/src/utils/constants.ts
@@ -1,2 +1,22 @@
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
+ }
+});