Skip to content

Commit

Permalink
Add mezo marketing tags (#331)
Browse files Browse the repository at this point in the history
### Notes
Strange things going on with the `auto-join.ts` helper for the Mezo
marketing role, despite working on test instance with different
character cases. In the meantime, let's deploy it with this.
  • Loading branch information
Shadowfiend authored Nov 27, 2024
2 parents 024233a + 298842a commit 640b502
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 @@ -31,6 +31,7 @@ interface ChannelRoleMapping {
const CUSTOM_CHANNEL_ROLE: ChannelRoleMapping[] = [
{ channelName: "biz-dev-investor", roles: ["BD"] },
{ channelName: "press-relations", roles: ["M Group", "Marketing"] },
{ channelName: "mezo-marketing", roles: ["Mezo Marketing"] },
]

async function autoJoinThread(
Expand Down

0 comments on commit 640b502

Please sign in to comment.