From c93228c47173596f98e714b3fdfbdc152f654bc6 Mon Sep 17 00:00:00 2001 From: Erik Zuuring Date: Mon, 23 Sep 2024 17:19:46 +0300 Subject: [PATCH] Add MGroup tag Switch marketing to MGroup --- discord-scripts/thread-management/auto-join.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord-scripts/thread-management/auto-join.ts b/discord-scripts/thread-management/auto-join.ts index ed2de65b..0cf5b7a2 100644 --- a/discord-scripts/thread-management/auto-join.ts +++ b/discord-scripts/thread-management/auto-join.ts @@ -26,7 +26,7 @@ import { const CUSTOM_CHANNEL_ROLE: Record = { // hiring: "PeopleOps", "biz-dev-investor": "BD", - "press-relations": "Marketing", + "press-relations": "M Group", } const hasCustomChannels = Object.keys(CUSTOM_CHANNEL_ROLE).length > 0