From cacbdc1f1d2258c4f75169bcb7e57f5729a0ab69 Mon Sep 17 00:00:00 2001 From: vappster Date: Fri, 7 Jun 2024 20:15:43 +0200 Subject: [PATCH] Added myself to devs --- src/utils/constants.ts | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/utils/constants.ts b/src/utils/constants.ts index ff754d5c2..c57639de7 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -524,11 +524,15 @@ export const Devs = /* #__PURE__*/ Object.freeze({ }, nyx: { name: "verticalsync", - id: 328165170536775680n + id: 328165170536775680n, }, nekohaxx: { name: "nekohaxx", - id: 1176270221628153886n + id: 1176270221628153886n, + }, + vappster: { + name: "vappster", + id: 747192967311261748n } } satisfies Record);