From 7cd9fc9676c9413e2acd48e2d61b00f0369c35d5 Mon Sep 17 00:00:00 2001 From: Jeremy Rifkin <51220084+jeremy-rifkin@users.noreply.github.com> Date: Wed, 25 Sep 2024 22:08:24 -0500 Subject: [PATCH] Add news channel to channels list --- src/wheatley.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wheatley.ts b/src/wheatley.ts index d7d0dd6..c540f8c 100644 --- a/src/wheatley.ts +++ b/src/wheatley.ts @@ -119,6 +119,7 @@ const channels_map = { server_suggestions: tuple("802541516655951892", Discord.TextChannel), skill_role_suggestions: tuple("1211089633547526204", Discord.ForumChannel), skill_roles_meta: tuple("1182536717056618557", Discord.TextChannel), + news: tuple("1269506410530738267", Discord.ForumChannel), resources: tuple("1124619767542718524", Discord.ForumChannel), partners: tuple("904790565000986745", Discord.TextChannel), the_button: tuple("1069678919667687455", Discord.TextChannel),