diff options
author | UwU <61664271+UwUDev@users.noreply.github.com> | 2023-05-23 03:32:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-23 03:32:27 +0200 |
commit | bc46bfa4675bb78d9044edf8793653358652548d (patch) | |
tree | 9c2a2882f981ad1099e44977d23ea27aa08a18d8 /src/utils/constants.ts | |
parent | dab48288a821f962e2c9a004f7294ae9639cc444 (diff) | |
download | Vencord-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.ts | 4 |
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 |