diff options
author | Diamond <33725716+DiamondMiner88@users.noreply.github.com> | 2022-10-03 17:36:02 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-04 02:36:02 +0200 |
commit | e35393b40cdf146644d7a136be422a9a280f56be (patch) | |
tree | 81282697cfb120b7b11cc2c3bddffa0394226e4c /src/utils | |
parent | 0a2c637c61e0d954c10de73e095742cff9760736 (diff) | |
download | Vencord-e35393b40cdf146644d7a136be422a9a280f56be.tar.gz Vencord-e35393b40cdf146644d7a136be422a9a280f56be.tar.bz2 Vencord-e35393b40cdf146644d7a136be422a9a280f56be.zip |
feat: no system badges plugin (#33)
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 9f7374d..fe66218 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -26,5 +26,9 @@ export const Devs = Object.freeze({ obscurity: { name: "obscurity", id: 336678828233588736n, + }, + rushii: { + name: "rushii", + id: 295190422244950017n } }); |