diff options
author | Dziurwa <54191536+Dziurwa14@users.noreply.github.com> | 2023-09-23 03:50:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-23 03:50:14 +0200 |
commit | 83bfe28fa48067ce925afd9d0755295d604a47f4 (patch) | |
tree | a43e607768c906812097fbfc0e7c594636221fc5 /src/utils | |
parent | 08c5d23636e89626454cd9a58a473c31a6721cb4 (diff) | |
download | Vencord-83bfe28fa48067ce925afd9d0755295d604a47f4.tar.gz Vencord-83bfe28fa48067ce925afd9d0755295d604a47f4.tar.bz2 Vencord-83bfe28fa48067ce925afd9d0755295d604a47f4.zip |
FriendInvites: Add picking uses (1 or 5) (#1727)
Co-authored-by: V <vendicated@riseup.net>
Diffstat (limited to 'src/utils')
-rw-r--r-- | src/utils/constants.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/constants.ts b/src/utils/constants.ts index 80f0787..7264c40 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -265,7 +265,7 @@ export const Devs = /* #__PURE__*/ Object.freeze({ }, Dziurwa: { name: "Dziurwa", - id: 1034579679526526976n + id: 1001086404203389018n }, AutumnVN: { name: "AutumnVN", |