From eca4af829f5e900fc6308a9f81f16b6c0e2cc5d5 Mon Sep 17 00:00:00 2001 From: Adrian Castro Date: Fri, 25 Aug 2023 14:24:58 +0200 Subject: feat: add copyUserURLs plugin (#1683) 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 9e2b2fe..9c90e4b 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -343,6 +343,10 @@ export const Devs = /* #__PURE__*/ Object.freeze({ name: "Rini", id: 1079479184478441643n }, + castdrian: { + name: "castdrian", + id: 224617799434108928n + }, Arrow: { name: "arrow", id: 958158495302176778n -- cgit