From 8b1967a58da9f6e7459df52009efc4675fdf543b Mon Sep 17 00:00:00 2001 From: thororen <78185467+thororen1234@users.noreply.github.com> Date: Thu, 18 Apr 2024 19:19:08 -0400 Subject: [PATCH] Add Panniku to Devs --- src/utils/constants.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/utils/constants.ts b/src/utils/constants.ts index 9731460f..663411d7 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -567,6 +567,10 @@ export const EquicordDevs = Object.freeze({ name: "femeie", id: 442626774841556992n, }, + Panniku: { + name: "Panniku", + id: 703634705152606318n, + }, } satisfies Record); // iife so #__PURE__ works correctly