3. Bot commands
This account is for testing purposes only, so don't use it live on stream! The test account is open for everyone, so anyone can alter the numbers at anytime.
If you decide you want to use the tracker, contact me on Discord so I can set up your personal account.
Next we need to setup bot commands for you or your mods to use in chat or in Discord (if your bot supports Discord commands). You can of course allow your VIPs to do it too - userlevel is up to you.
You can name the commands whatever you like, I just used the ones below.
The !renown command is optional, as it only makes your bot display the renown level as text in chat. This command can be set for everyone to use, and can be useful for mobile users.
Nightbot
Command |
Message |
Userlevel |
Response in chat |
!setrenown |
$(urlfetch https://api.solkku.com/renown/?name=test&token=token&setrenown=$(1)) |
Moderator |
/me Renown level set to X! |
!resetrenown |
$(urlfetch https://api.solkku.com/renown/?name=test&token=token&action=ResetRenown) |
Moderator |
/me The renown tracker was reset! |
!togglerenown |
$(urlfetch https://api.solkku.com/renown/?name=test&token=token&action=ToggleRenown) |
Moderator |
/me hiding OR showing renown tracker! |
!renown |
$(urlfetch https://api.solkku.com/renown/?name=test&token=token&action=ListRenown) |
Everyone |
/me test is currently renown X! |
StreamLabs Chatbot
Command |
Message |
Userlevel |
Response in chat |
!setrenown |
$readapi(https://api.solkku.com/renown/?name=test&token=token&setrenown=$num1) |
Moderator |
/me Renown level set to X! |
!resetrenown |
$readapi(https://api.solkku.com/renown/?name=test&token=token&action=ResetRenown) |
Moderator |
/me The renown tracker was reset! |
!togglerenown |
$readapi(https://api.solkku.com/renown/?name=test&token=token&action=ToggleRenown) |
Moderator |
/me hiding OR showing renown tracker! |
!renown |
$readapi(https://api.solkku.com/renown/?name=test&token=token&action=ListRenown) |
Everyone |
/me test is currently renown X! |
StreamLabs CloudBot
Command |
Response |
Userlevel |
Bot says in chat |
!setrenown |
{readapi.https://api.solkku.com/renown/?name=test&token=token&setrenown={1}} |
Moderator |
/me Renown level set to X! |
!resetrenown |
{readapi.https://api.solkku.com/renown/?name=test&token=token&action=ResetRenown} |
Moderator |
/me The renown tracker was reset! |
!togglerenown |
{readapi.https://api.solkku.com/renown/?name=test&token=token&action=ToggleRenown} |
Moderator |
/me hiding OR showing renown tracker! |
!renown |
{readapi.https://api.solkku.com/renown/?name=test&token=token&action=ListRenown} |
Everyone |
/me test is currently renown X! |
StreamElements Bot
Command |
Response |
Userlevel |
Bot says in chat |
!setrenown |
${customapi.https://api.solkku.com/renown/?name=test&token=token&setrenown=${1}} |
Moderator |
/me Renown level set to X! |
!resetrenown |
${customapi.https://api.solkku.com/renown/?name=test&token=token&action=ResetRenown} |
Moderator |
/me The renown tracker was reset! |
!togglerenown |
${customapi.https://api.solkku.com/renown/?name=test&token=token&action=ToggleRenown} |
Moderator |
/me hiding OR showing renown tracker! |
!renown |
${customapi.https://api.solkku.com/renown/?name=test&token=token&action=ListRenown} |
Everyone |
/me test is currently renown X! |