From 222c3cb81a001d1411280797c7a4f95290cd53e6 Mon Sep 17 00:00:00 2001 From: Anthony Berg Date: Mon, 2 Sep 2024 22:36:29 +0200 Subject: [PATCH] feat(utils): add non-vegan vc text channel to IDs --- src/utils/devIDs.ts | 1 + src/utils/ids.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/src/utils/devIDs.ts b/src/utils/devIDs.ts index 0eeec1f..53051b1 100644 --- a/src/utils/devIDs.ts +++ b/src/utils/devIDs.ts @@ -100,6 +100,7 @@ const devIDs = { }, nonVegan: { general: '999431677325615189', + vcText: '999431677535338567', }, vegan: { general: '999431677535338575', diff --git a/src/utils/ids.ts b/src/utils/ids.ts index 68002dd..7d1f016 100644 --- a/src/utils/ids.ts +++ b/src/utils/ids.ts @@ -102,6 +102,7 @@ let IDs = { }, nonVegan: { general: '798967615636504657', + vcText: '808191982169096232', }, vegan: { general: '787738272616808509',