diff options
| author | Nico <nico@d3sox.me> | 2022-10-25 10:53:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-25 10:53:06 +0200 |
| commit | 559edbfffe4f694a0e89b9e41b72dd6a74b22f93 (patch) | |
| tree | f5bccebc62afa5e9002d0b48e39e8843ad9fdf5b /src/utils | |
| parent | 6c3836240176eb6d174ed01281ff1dcfe5b8def3 (diff) | |
| download | Vencord-559edbfffe4f694a0e89b9e41b72dd6a74b22f93.tar.gz Vencord-559edbfffe4f694a0e89b9e41b72dd6a74b22f93.tar.bz2 Vencord-559edbfffe4f694a0e89b9e41b72dd6a74b22f93.zip | |
Fix vcDoubleClick, add support for stage channels (#158)
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 30c07ba..30cf4dc 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -84,5 +84,9 @@ export const Devs = Object.freeze({ Nuckyz: { name: "Nuckyz", id: 235834946571337729n + }, + D3SOX: { + name: "D3SOX", + id: 201052085641281538n } }); |
