enable_deck_submissions
Controls whether team captains are currently able to submit decks for the configured season and week. This command is used by administrators to open and close the submission window.
/enable_deck_submissions <enable>
Arguments
Section titled “Arguments”<enable>
: A boolean value (True
orFalse
) to enable or disable deck submissions.
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”When this command is executed, the bot updates the enable_deck_submissions
flag in the league_settings
table. Team Captains attempting to use the /submit_decks
command when this setting is False
will be notified that submissions are currently closed.