From c9fd4040127970901aa73535217cf1df0be5bf50 Mon Sep 17 00:00:00 2001 From: Dziurwa <54191536+Dziurwa14@users.noreply.github.com> Date: Wed, 5 Apr 2023 23:01:11 +0200 Subject: Fix FriendInvites (#802) Co-authored-by: Vendicated --- 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 7054db2..6814fc7 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -241,5 +241,9 @@ export const Devs = /* #__PURE__*/ Object.freeze({ skyevg: { name: "skyevg", id: 1090310844283363348n + }, + Dziurwa: { + name: "Dziurwa", + id: 787017887877169173n } }); -- cgit