aboutsummaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
authorNico <nico@d3sox.me>2022-10-25 10:53:06 +0200
committerGitHub <noreply@github.com>2022-10-25 10:53:06 +0200
commit559edbfffe4f694a0e89b9e41b72dd6a74b22f93 (patch)
treef5bccebc62afa5e9002d0b48e39e8843ad9fdf5b /src/utils
parent6c3836240176eb6d174ed01281ff1dcfe5b8def3 (diff)
downloadVencord-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.ts4
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
}
});