From 559edbfffe4f694a0e89b9e41b72dd6a74b22f93 Mon Sep 17 00:00:00 2001 From: Nico Date: Tue, 25 Oct 2022 10:53:06 +0200 Subject: Fix vcDoubleClick, add support for stage channels (#158) --- src/utils/constants.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/utils') 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 } }); -- cgit