Skip to content

Commit

Permalink
Add mezo marketing tags
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
zuuring committed Nov 27, 2024
1 parent 024233a commit 298842a
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 298842a

Please sign in to comment.