diff options
author | Nickyux <30734036+nmsturcke@users.noreply.github.com> | 2022-11-01 02:19:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-01 02:19:07 +0100 |
commit | 1944f3957fb8113b610a4e281d75ee36ac97a422 (patch) | |
tree | 72e7204cb79cad1a23fbe5e71e6573053b5222be /src/utils | |
parent | 04d6f341ee3122e36044739d533a69e4312dd116 (diff) | |
download | Vencord-1944f3957fb8113b610a4e281d75ee36ac97a422.tar.gz Vencord-1944f3957fb8113b610a4e281d75ee36ac97a422.tar.bz2 Vencord-1944f3957fb8113b610a4e281d75ee36ac97a422.zip |
fix forceOwnerCrown Plugin Spamming Errors in Console (#180)
Co-authored-by: Nico <nico@d3sox.me>
Co-authored-by: Ven <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 30cf4dc..caf9063 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -88,5 +88,9 @@ export const Devs = Object.freeze({ D3SOX: { name: "D3SOX", id: 201052085641281538n + }, + Nickyux: { + name: "Nickyux", + id: 427146305651998721n } }); |