Skip to content

$boss

$boss is a chat minigame command. Viewers join boss fights, choose a preferred class, and check their season stats. Moderators can manage fights and seasons.

Use $boss help in chat to get the public documentation link.

See the $boss changelog for public release notes.

Viewer Commands

Join A Fight

text
$boss
$boss join

Joins the currently recruiting fight. $boss without a subcommand is the same as $boss join.

View Your Class

text
$boss class

Shows your preferred class. If you have no class set, fights use random class rotation for you.

Set Your Class

text
$boss class --name <class>

Sets your preferred class.

Class names can contain spaces:

text
$boss class --name Carian Knight

Use Random Class Rotation

text
$boss class --random

Clears your preferred class so each fight uses random class rotation.

View Stats

text
$boss stats
$boss stats --season <number>

Shows your stats for the active season, or for a specific season.

View Another Viewer's Stats

text
$boss stats --user <name>
$boss stats --user <name> --season <number>

Shows another viewer's stats.

Leaderboard

text
$boss leaderboard
$boss leaderboard --season <number>

Shows the season leaderboard.

Moderator Commands

Moderator commands require a moderator or broadcaster badge.

Set Another Viewer's Class

text
$boss class --user <name> --name <class>
$boss class --user <name> --random

Sets or clears another viewer's preferred class.

Spawn A Fight

text
$boss fight spawn
$boss fight spawn --name <boss>
$boss fight spawn --name <boss> --affix <affix>

Starts a fight manually. If no boss or affix is provided, they are selected from the configured pool.

Boss and affix names can contain spaces:

text
$boss fight spawn --name Starscourge Radahn --affix Scarlet Rot

Close Recruitment

text
$boss fight close

Closes recruitment early and starts resolving the fight.

Nullify Last Fight

text
$boss fight nullify

Reverts the most recent completed fight and removes the points and stats from that fight.

Open A Season

text
$boss season open

Opens a new active season.

Close The Active Season

text
$boss season close

Closes the active season.

Switch Active Season

text
$boss season switch --season <number>

Switches the active season to an existing season.

Options

OptionUsed ByMeaning
--name <value>class, fight spawnClass name or boss name. Multi-word values do not need quotes.
--affix <value>fight spawnAffix name. Multi-word values do not need quotes.
--randomclassUse random class rotation.
--season <number>stats, leaderboard, season switchSeason number.
--user <name>stats, classTarget viewer display name.

Notes

  • $boss defaults to joining the current fight.
  • Use either --name or --random when setting a class, not both.