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