diff --git a/src/utils/constants.ts b/src/utils/constants.ts index 576ea5c60..579c2fd0a 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -579,6 +579,10 @@ export const Devs = /* #__PURE__*/ Object.freeze({ name: "MiguVT", id: 813034603854037024n, }, + SomeAspy: { + name: "SomeAspy", + id: 516750892372852754n, + }, } satisfies Record); // iife so #__PURE__ works correctly