From 9891791fa76d25db5f312622b1a7d34a6c2734b8 Mon Sep 17 00:00:00 2001 From: Dea Date: Mon, 2 Oct 2023 23:53:14 +0000 Subject: feat(plugin): onePingPerDM (#1757) Co-authored-by: V --- src/utils/constants.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/utils') diff --git a/src/utils/constants.ts b/src/utils/constants.ts index 7264c40..e80298d 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -374,7 +374,11 @@ export const Devs = /* #__PURE__*/ Object.freeze({ archeruwu: { name: "archer_uwu", id: 160068695383736320n - } + }, + ProffDea: { + name: "ProffDea", + id: 609329952180928513n + }, } satisfies Record); // iife so #__PURE__ works correctly -- cgit