Check if a User Is a Known Bot
Twitch
This command checks whether a username is a known bot, using $(customapi) to query Blocklist Buddy, a community-run lookup service covering CommanderRoot’s and TwitchInsights’ known-bot lists.
-
From the bot command dashboard, open the “Custom commands” tab and click “Add new command”.
-
Name the command
bot, and set the reply to:$(customapi https://zoeballz.uk/_Blocklist_Buddy/known_bot.php?user=$(sender)&bot=$(1)&channel=$(channel)) -
Click “Activate command”.
Test it with !bot <username>:
Related
Section titled “Related”$(customapi): the variable this command is built on.- Custom Commands: everything else you can do with custom commands.