diff options
author | Dziurwa <54191536+Dziurwa14@users.noreply.github.com> | 2023-04-05 23:01:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-05 23:01:11 +0200 |
commit | c9fd4040127970901aa73535217cf1df0be5bf50 (patch) | |
tree | f9dd26e73f3f6f7764db55e218e91b65be7012b9 /src/utils | |
parent | 814302e2727e1925c8c5253e5efc4de2f4de0c2b (diff) | |
download | Vencord-c9fd4040127970901aa73535217cf1df0be5bf50.tar.gz Vencord-c9fd4040127970901aa73535217cf1df0be5bf50.tar.bz2 Vencord-c9fd4040127970901aa73535217cf1df0be5bf50.zip |
Fix FriendInvites (#802)
Co-authored-by: Vendicated <vendicated@riseup.net>
Diffstat (limited to 'src/utils')
-rw-r--r-- | src/utils/constants.ts | 4 |
1 files changed, 4 insertions, 0 deletions
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 } }); |