From bc46bfa4675bb78d9044edf8793653358652548d Mon Sep 17 00:00:00 2001 From: UwU <61664271+UwUDev@users.noreply.github.com> Date: Tue, 23 May 2023 03:32:27 +0200 Subject: New plugin : Party mode 🎉 (#1161) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: ArjixWasTaken <53124886+ArjixWasTaken@users.noreply.github.com> Co-authored-by: V --- src/utils/constants.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/utils') 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); // iife so #__PURE__ works correctly -- cgit