Skip to content

Commit

Permalink
bruh
Browse files Browse the repository at this point in the history
  • Loading branch information
wizzdom committed Nov 23, 2024
1 parent f4f6a83 commit 0fdd629
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/extensions/agenda.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,7 @@ def generate_time_choices():


@agenda.include
@arc.with_hook(
restrict_to_channels(
channel_ids=CHANNEL_IDS[
"bots-cmt", "committee-announcements", "cowboys-and-cowgirls-committee"
]
)
)
@arc.with_hook(restrict_to_channels(channel_ids=CHANNEL_IDS["bots-cmt"]))
@arc.with_hook(restrict_to_roles(role_ids=[ROLE_IDS["committee"]]))
@arc.slash_subcommand(
"generate",
Expand Down

0 comments on commit 0fdd629

Please sign in to comment.