get_current_week_status
Provides administrators with a quick overview of the bot’s currently configured season and week, and lists which teams have submitted decks for those settings.
/get_current_week_status
This command is used without any arguments in a server channel.
Permissions
Section titled “Permissions”This command can only be used by users with a role listed in the ADMIN_ROLES
environment variable.
Details
Section titled “Details”Upon using this command, the bot will report:
- The current season (as set by
/set_season
). - The current week (as set by
/set_week
). - A list of teams that have successfully submitted decks for the current season and week.
- A list of teams that have not yet submitted decks for the current season and week (inferred from the
TEAM_ROLES
configuration and recorded submissions).
This command is useful for administrators to quickly check the progress of submissions for the ongoing week.