Appearance
$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 joinJoins the currently recruiting fight. $boss without a subcommand is the same as $boss join.
View Your Class
text
$boss classShows 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 KnightUse Random Class Rotation
text
$boss class --randomClears 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> --randomSets 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 RotClose Recruitment
text
$boss fight closeCloses recruitment early and starts resolving the fight.
Nullify Last Fight
text
$boss fight nullifyReverts the most recent completed fight and removes the points and stats from that fight.
Open A Season
text
$boss season openOpens a new active season.
Close The Active Season
text
$boss season closeCloses the active season.
Switch Active Season
text
$boss season switch --season <number>Switches the active season to an existing season.
Options
| Option | Used By | Meaning |
|---|---|---|
--name <value> | class, fight spawn | Class name or boss name. Multi-word values do not need quotes. |
--affix <value> | fight spawn | Affix name. Multi-word values do not need quotes. |
--random | class | Use random class rotation. |
--season <number> | stats, leaderboard, season switch | Season number. |
--user <name> | stats, class | Target viewer display name. |
Notes
$bossdefaults to joining the current fight.- Use either
--nameor--randomwhen setting a class, not both.