TypeParameterDescriptionExampleResponsePermission
Users$useridDisplays 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$usernameDisplays 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$targetidDisplays 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$targetnameDisplays 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$touseridDisplays 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$tousernameDisplays 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$randuseridDisplays 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$randusernameDisplays a random user that has spoken in chat recently
Users$botnameDisplays 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$mychannelThis will be replaced by the channelname where the bot is connected
Channel$myurlDisplays the twitch channel URL for your stream
Channel$mygameDisplays the game you are currently playing
Channel$mystatusDisplays your stream title
Channel$uptimeDisplays 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$userurlDisplays the user’s twitch channel URL
Target$usergameDisplays the user’s last played/current game
Target$userstatusDisplays the user’s stream title
Target$urlDisplays the target’s twitch channel URL
Target$gameDisplays the target’s current/last played game
Target$statusDisplays the target’s stream title
Chat$msgDisplays 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 - $num9Just 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$dummyormsgThis will get replaced by anything behind the command. If there is nothing it be cleared from the response message
Chat$dummyThis is a Dummy that will not post the message if there is nothing behind the command
Quote$randquoteDisplays a random quote
Quote$quotesDisplays the amount of quotes
Quote$maxquotesDisplays the highest number quote
Quote$randextraDisplays 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$countCounts the amount of times a command has been used
Command & Timer info$checkcount(command)Displays the count of a specific command
Currency$currencynameDisplays currencyname
Currency$pointsDisplays the amount of points of the user or target
Currency$pointstextDisplays the amount of points of the user or target nicely formatted
Currency$raidsDisplays amount of times the user or target has raided the channel
Currency$rankDisplays the users rank
Currency$hoursDisplays amount of hours the user or target has been in the stream
Currency$levelDisplays 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$pointsposDisplays the users position in the ranking based on amount of points (local currency only)
Currency$hoursposDisplays the users position in the ranking based on amount of hours (local currency only)
Currency$nextrankreqDisplays the amount of points/hours the user requires for his next rank
Currency$nextrankDisplays 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$followercountDisplays your streams follower count
Sub / Follower Count$subcountDisplays your streams subscriber count
Sub / Follower Count$gwsubcountDisplays 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$dateDisplays the Date based on the format under Quote Settings
Date & Time$timeDisplays 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$currentsongReturn the current song that is being played through songrequest and the username of the users who requested it
Songrequest$requestedbyReturn the current song that is being played through songrequest and the username of the users who requested it
Songrequest$nextsongReturn the current song that is next in queue and the username of the users who requested it
Songrequest$nextrequestedbyReturn the current song that is next in queue and the username of the users who requested it
Event$tierOnly usable in the GameWisp Chat Notification
Event$monthsOnly usable in the GameWisp Chat Resub / Twitch Resub Notification
Event$rewardOnly usable in the GameWisp Chat Notification
Event$bits / $totalbitsOnly usable in the Cheer Chat Notification
Event$donationmsgOnly usable in the Streamlabs Chat Notification
Event$viewersOnly usable in the Host Chat Notification