From 5938c7d67cafab88f183d48e03058850e236c21b Mon Sep 17 00:00:00 2001 From: Amia <9750071+aamiaa@users.noreply.github.com> Date: Wed, 31 May 2023 17:41:06 +0200 Subject: Plugin: NoPendingCount (#1216) 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 7e1f95f..0e53313 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -315,6 +315,10 @@ export const Devs = /* #__PURE__*/ Object.freeze({ name: "UwU", id: 691413039156690994n, }, + amia: { + name: "amia", + id: 142007603549962240n + }, } satisfies Record); // iife so #__PURE__ works correctly -- cgit