Command Reference
/config

/config

Guild configuration command.

Only an Organizer or a server admin can use it.

If you run /config with no options, the bot returns the current guild configuration.

Base Guild Config

regions

Comma-separated enabled regions.

Example:

NA,EU,OCE

max-roster-size

Maximum allowed roster size for teams in this guild. Whole number between 1 and 10 (default 10).

Matchmaking Config

These values live inside the guild's matchmaking namespace and are unique per guild.

matchmaking-max-matches

Maximum number of scheduled matches a team can receive in a week.

matchmaking-elo-floor

Minimum allowed ELO difference for a generated matchup.

matchmaking-elo-ceiling

Maximum allowed ELO difference for a generated matchup.

matchmaking-days

Comma-separated enabled matchmaking days. Any days of the week are allowed:

monday,tuesday,wednesday,thursday,friday,saturday,sunday

Defaults to all seven days.

matchmaking-channel

Text channel where generated weekly schedules are posted.

matchmaking-admin-channel

Optional Organizer-side channel for schedule controls. When set, published schedules post two copies: a clean, button-free embed in matchmaking-channel for players, and a mirror in this channel carrying the Report result / Edit schedule buttons. Results and edits made on the mirror update the public copy automatically (and vice versa — results from /report-match update both).

When not set, the buttons live directly on the public message. To go back to that single-message mode, set this option to the same channel as matchmaking-channel.

matchmaking-auto

Enable or disable automatic weekly schedule generation (default: enabled). With this off, schedules are only created via /schedule generate or the /schedule draft review flow.

matchmaking-gen-day

Day of week when automatic schedule generation runs.

matchmaking-gen-hour-utc

UTC hour for automatic generation.

matchmaking-gen-minute-utc

UTC minute for automatic generation.

Example

/config matchmaking-max-matches:1 matchmaking-elo-floor:0 matchmaking-elo-ceiling:250 matchmaking-days:tuesday,thursday,friday matchmaking-channel:#scores matchmaking-gen-day:monday matchmaking-gen-hour-utc:18 matchmaking-gen-minute-utc:0

The automatic scheduler is UTC-based. If the bot is offline at the configured time, it catches up as soon as it is back online later that week — a restart can no longer skip a week. Automatic schedules are only generated once a matchmaking-channel has been configured.