Skip to content

Commit

Permalink
hooks: fix channel_ids list
Browse files Browse the repository at this point in the history
  • Loading branch information
wizzdom committed Nov 24, 2024
1 parent e5d273e commit 6e9319c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/extensions/agenda.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ def generate_time_choices():
@arc.with_hook(
restrict_to_channels(
channel_ids=[
CHANNEL_IDS[
"bots-cmt", "committee-announcements", "cowboys-and-cowgirls-committee"
]
CHANNEL_IDS["bots-cmt"],
CHANNEL_IDS["committee-announcements"],
CHANNEL_IDS["cowboys-and-cowgirls-committee"],
]
)
)
Expand Down

0 comments on commit 6e9319c

Please sign in to comment.