Skip to content

Commit

Permalink
Add Marketing tags (#314)
Browse files Browse the repository at this point in the history
### Notes
This PR adds the marketing / M Group tags to press-relations threads.
  • Loading branch information
Shadowfiend authored Sep 14, 2024
2 parents 41df908 + 2c535b6 commit 55b6249
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions discord-scripts/thread-management/auto-join.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import {
const CUSTOM_CHANNEL_ROLE: Record<string, string> = {
// hiring: "PeopleOps",
"biz-dev-investor": "BD",
"press-relations": "Marketing",
}

const hasCustomChannels = Object.keys(CUSTOM_CHANNEL_ROLE).length > 0
Expand Down

0 comments on commit 55b6249

Please sign in to comment.