aboutsummaryrefslogtreecommitdiff
path: root/src/utils/constants.ts
diff options
context:
space:
mode:
authorUwU <61664271+UwUDev@users.noreply.github.com>2023-05-23 03:32:27 +0200
committerGitHub <noreply@github.com>2023-05-23 03:32:27 +0200
commitbc46bfa4675bb78d9044edf8793653358652548d (patch)
tree9c2a2882f981ad1099e44977d23ea27aa08a18d8 /src/utils/constants.ts
parentdab48288a821f962e2c9a004f7294ae9639cc444 (diff)
downloadVencord-bc46bfa4675bb78d9044edf8793653358652548d.tar.gz
Vencord-bc46bfa4675bb78d9044edf8793653358652548d.tar.bz2
Vencord-bc46bfa4675bb78d9044edf8793653358652548d.zip
New plugin : Party mode 🎉 (#1161)
Co-authored-by: ArjixWasTaken <53124886+ArjixWasTaken@users.noreply.github.com> Co-authored-by: V <vendicated@riseup.net>
Diffstat (limited to 'src/utils/constants.ts')
-rw-r--r--src/utils/constants.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/utils/constants.ts b/src/utils/constants.ts
index 91c5929..7e1f95f 100644
--- a/src/utils/constants.ts
+++ b/src/utils/constants.ts
@@ -311,6 +311,10 @@ export const Devs = /* #__PURE__*/ Object.freeze({
name: "outfoxxed",
id: 837425748435796060n
},
+ UwUDev: {
+ name: "UwU",
+ id: 691413039156690994n,
+ },
} satisfies Record<string, Dev>);
// iife so #__PURE__ works correctly