Users | $userid | Displays the user’s id, in case of Twitch it’s the user’s name in lower case characters. Make sure to use $userid when using $addpoints, $removepoints, $givepoints parameters | | | |
Users | $username | Displays the user’s display name. Make use of this parameter when you just want to output a good looking version of their name to chat. | | | |
Users | $targetid | Displays the target’s id, in case of Twitch it’s the target’s name in lower case characters. Make sure to use $targetid when using $addpoints, $removepoints, $givepoints parameters | | | |
Users | $targetname | Displays the target’s display name. Make use of this parameter when you just want to output a good looking version of their name to chat. | | | |
Users | $touserid | Displays the target’s or user’s id, in case of Twitch it’s the target’s or user’s name in lower case characters. Make sure to use $touserid when using $addpoints, $removepoints, $givepoints parameters. | | | |
Users | $tousername | Displays the target’s or user’s display name. Make use of this parameter when you just want to output a good looking version of their name to chat. | | | |
Users | $randuserid | Displays a random user that has spoken in chat recently. In case of Twitch it’s the random user’s name in lower case characters. Make sure to use $randuserid when using $addpoints, $removepoints, $givepoints parameters. | | | |
Users | $randusername | Displays a random user that has spoken in chat recently | | | |
Users | $botname | Displays the bot's name | | | |
Channel | $setgame(game) | Allows you to set the game through a command and create presets for certain games | | | |
Channel | $settitle(title) | Allows you to set the title through a command and create presets for certain games | | | |
Channel | $mychannel | This will be replaced by the channelname where the bot is connected | | | |
Channel | $myurl | Displays the twitch channel URL for your stream | | | |
Channel | $mygame | Displays the game you are currently playing | | | |
Channel | $mystatus | Displays your stream title | | | |
Channel | $uptime | Displays for how long the stream has been Live | | | |
Channel | $currenthosts(number) | Displays everyone that is currently hosting the stream (Only works when you’re live) | | | |
Target | $userurl | Displays the user’s twitch channel URL | | | |
Target | $usergame | Displays the user’s last played/current game | | | |
Target | $userstatus | Displays the user’s stream title | | | |
Target | $url | Displays the target’s twitch channel URL | | | |
Target | $game | Displays the target’s current/last played game | | | |
Target | $status | Displays the target’s stream title | | | |
Chat | $msg | Displays the text after the command | | | |
Chat | $arg1 - $arg9 | $arg1 will give you the first word after the command and $arg9 the ninth. If these parameters are in the command it expects them to be there if they are not entered the command will not post | | | |
Chat | $argl1 - $argl9 | $arg1 will give you the first word after the command but in lowercase and $arg9 the ninth. If these parameters are in the command it expects them to be there if they are not entered the command will not post | | | |
Chat | $num1 - $num9 | Just like $arg but expects a valid integer (number without decimals) | | | |
Chat | $randnum(max) | Displays a random number in a specified range | | | |
Chat | $randnum(min, max) | Displays a random number in a specified range | | | |
Chat | $dummyormsg | This will get replaced by anything behind the command. If there is nothing it be cleared from the response message | | | |
Chat | $dummy | This is a Dummy that will not post the message if there is nothing behind the command | | | |
Quote | $randquote | Displays a random quote | | | |
Quote | $quotes | Displays the amount of quotes | | | |
Quote | $maxquotes | Displays the highest number quote | | | |
Quote | $randextra | Displays a random value from the extra quotes | | | |
Command & Timer info | $desc(description) | Special parameter that can be placed on the first line of a command to sync a custom description to the web | | | |
Command & Timer info | $commands(number) | Displays a list of all available commands for the user | | | |
Command & Timer info | $timers(number) | Displays a list of all available Timers | | | |
Command & Timer info | $sfx(number) | Displays a list of all available SFX for the user | | | |
Command & Timer info | $count | Counts the amount of times a command has been used | | | |
Command & Timer info | $checkcount(command) | Displays the count of a specific command | | | |
Currency | $currencyname | Displays currencyname | | | |
Currency | $points | Displays the amount of points of the user or target | | | |
Currency | $pointstext | Displays the amount of points of the user or target nicely formatted | | | |
Currency | $raids | Displays amount of times the user or target has raided the channel | | | |
Currency | $rank | Displays the users rank | | | |
Currency | $hours | Displays amount of hours the user or target has been in the stream | | | |
Currency | $level | Displays the users level (legacy parameter, $points/50) | | | |
Currency | $toppoints(number) | Displays top X amount of users based on points (Except Caster & Bots) | | | |
Currency | $tophours(number) | Displays top X amount of users based on hours(Except Caster & Bots) | | | |
Currency | $pointspos | Displays the users position in the ranking based on amount of points (local currency only) | | | |
Currency | $hourspos | Displays the users position in the ranking based on amount of hours (local currency only) | | | |
Currency | $nextrankreq | Displays the amount of points/hours the user requires for his next rank | | | |
Currency | $nextrank | Displays the next rank that the user can achieve | | | |
Currency Altering | $addpoints("targetid","min","max","success msg","fail msg") | Adds points to a certain user and sends a message upon succeeding / failing | | | |
Currency Altering | $removepoints("targetid","min","max","success msg","fail msg",forceremove true/false") | Removes points from a certain user and sends a message upon succeeding/failing. Force remove(true/false) removes points even if the user doesn’t have enough. | | | |
Currency Altering | $givepoints("fromid","toid","num","success message","fail message","forcegive true or false") | Gives points from one person to another | | | |
Currency Altering | $value [Only Works inside of $addpoints, $givepoints or $removepoints] | Gets replaced with the random value between min & max | | | |
Currency Altering | $newbalance(targetid) [Only Works inside of $addpoints, $givepoints or $removepoints] | Gets replaced with the remaining balance after a $removepoints, $addpoints or $givepoints transaction | | | |
Sub / Follower Count | $followercount | Displays your streams follower count | | | |
Sub / Follower Count | $subcount | Displays your streams subscriber count | | | |
Sub / Follower Count | $gwsubcount | Displays your streams gamewisp subscriber count | | | |
File Reading | $readline(FileLocation) | Reads the first line of the document | | | |
File Reading | $readrandline(FileLocation) | Reads a random line from the file | | | |
File Reading | $readspecificline(FileLocation,LineNumber) | Reads a specific line from the file (Starts from 0) | | | |
File Writing | $savetofile("FileLocation","Text","Success Message","Fail Message") | Adds to the end of the file and creates new line | | | |
File Writing | $overwritefile("FileLocation","Text","SucceedMsg","FailMsg") | Overwrites all the data in the .txt file with the added text | | | |
Miscellaneous | $readapi(URL) | Displays the text on the URL’s page. | | | |
Miscellaneous | $countdown(12:00 AM) | Allows you to start a countdown from the current time to the set time/date | | | |
Miscellaneous | $countdown(04/05/2015 12:00 AM) | Allows you to start a countdown from the current time to the set time/date | | | |
Miscellaneous | $countup(12:00 AM) | Allows you to set a start date for when the bot should start counting | | | |
Miscellaneous | $countup(04/05/2015 12:00 AM) | Allows you to set a start date for when the bot should start counting | | | |
Date & Time | $date | Displays the Date based on the format under Quote Settings | | | |
Date & Time | $time | Displays the caster’s time | | | |
Queue | $queuepos(targetid) | This will display the target’s position in the queue | | | |
Queue | $queue(amount) | This will display the first X amount of people in the queue | | | |
Songrequest | $currentsong | Return the current song that is being played through songrequest and the username of the users who requested it | | | |
Songrequest | $requestedby | Return the current song that is being played through songrequest and the username of the users who requested it | | | |
Songrequest | $nextsong | Return the current song that is next in queue and the username of the users who requested it | | | |
Songrequest | $nextrequestedby | Return the current song that is next in queue and the username of the users who requested it | | | |
Event | $tier | Only usable in the GameWisp Chat Notification | | | |
Event | $months | Only usable in the GameWisp Chat Resub / Twitch Resub Notification | | | |
Event | $reward | Only usable in the GameWisp Chat Notification | | | |
Event | $bits / $totalbits | Only usable in the Cheer Chat Notification | | | |
Event | $donationmsg | Only usable in the Streamlabs Chat Notification | | | |
Event | $viewers | Only usable in the Host Chat Notification | | | |