Generates a random number in a given range.
- 0: min - a number representing the lower limit
- 1: max - a number representing the upper limit
$random(1,100)
- Number between 1 and 100
$random(0,1)
- 0 or 1
- rdm
Returns the current channel the bot is in.
None
$channel
- Current channel the bot is in
- streamer
Returns the twitchname of the sender that triggered the message. If the message was not triggered by a sender, it will return ERROR_NO_SENDER.
None
$sender
- The sender that triggered the message
None