Docs
Record
Record
the !record command is used to get the win/lose/draw streak for an ongoing stream.
Usage
!record accountName
- accountName: The name of the account you want to get the record for.
- If no accountName is provided, the active account will be used.
Bot Response
AMr is UP 61RR, Won 7 - Lost 4 - Drew 1 This Stream.
Customization
Variables
$name
- The name of the account.$upDown
- The indicator if the account gained or lost RR in the last game. (UP/DOWN/EVEN)$rr
- The total RR gained or lost in the current stream.$gamesWon
- The number of games won in the current stream.$gamesLost
- The number of games lost in the current stream.$draws
- will be empty if there are no draws.$gamesDrew
- The number of games drawn in the current stream.
Note: $draws
is used like this: $draws(- Drew $gamesDrew)
, what's inside the parenthesis will be shown
Example
$name is $upDown $rrRR, Won $gamesWon - Lost $gamesLost $draws(- Drew $gamesDrew) This Stream.
Response
AMr is UP 61RR, Won 7 - Lost 4 - Drew 1 This Stream.