From 39b3e747f99cd5a3e6bf594fca650aa1a1152a65 Mon Sep 17 00:00:00 2001 From: byron <47872200+byeoon@users.noreply.github.com> Date: Wed, 27 Mar 2024 00:17:31 -0400 Subject: [PATCH] also updating dev label to be on proper account --- src/utils/constants.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/constants.ts b/src/utils/constants.ts index 515715a54..dc89e9a40 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -427,8 +427,8 @@ export const Devs = /* #__PURE__*/ Object.freeze({ id: 421405303951851520n }, Byron: { - name: "byron", - id: 639577344276692992n + name: "byeoon", + id: 1167275288036655133n } } satisfies Record);