Commands

Roster, alerts, and config.

Flex Tracker uses slash commands. Some commands reply privately (normal for slash commands).

Roster

Manage the players Flex Tracker watches.

List tracked players

Roster
/roster list

Shows the current tracked roster.

Add a player

Roster
/roster add <gameName> <tagLine>

Adds an account to the roster.

Remove a player

Roster
/roster remove <gameName> <tagLine>

Removes an account from the roster.

Record

Track a simple W/L record and view performance stats.

Show current record

Record
/record

Displays current wins/losses.

Stats overview

Record
/stats

Shows a quick stats snapshot from tracked games.

Recent performance

Record
/statsfive

Shows stats from the last five tracked games.

Detailed statistics

Record
/statsdetailed

Displays expanded stats and tracked history.

Add wins/losses

Admin/Owner
/recordadd <wins> <losses>

Adds to the current record.

Set wins/losses

Admin/Owner
/recordset <wins> <losses>

Overrides the record values.

Checks

Manually trigger detection and view runtime status.

Force a check

Checks
/forcecheck

Runs detection immediately (useful for testing).

Status

Checks
/status

Shows health + current runtime info.

Note: Polling too frequently can increase API usage. Use a reasonable poll interval.

Config + Info

Configure alerts and view basic help.

Show current config

Config
/config show

Displays current settings for this server.

Set alert channel

Admin/Owner
/config set-alert-channel <channel>

Where stack alerts get posted.

Set threshold

Admin/Owner
/config set-threshold <number>

Minimum roster players to trigger an alert.

Set poll interval

Admin/Owner
/config set-poll-seconds <seconds>

How often the bot checks for stacks.

Help

Info
/help

Shows a quick help summary.

Note: Some commands reply privately to the person who runs them (normal for slash commands).