Caster Command for Nightbot v4

Currently just figured out something new. The updated version of Nightbot has changed variables. If anyone is looking for a !caster or !shoutout command. Here is one that I figured out. Considering the [query] doesn’t work anymore for fetching other streamers channel info. This is the next best thing I could find.

!addcom -ul=moderator !caster Make sure to give $(touser) a follow! $(twitch $(touser) “{{displayName}} was last seen playing {{game}}”) . You can follow $(touser) at twitch.tv/$(touser) .

Obviously, if you don’t want it set to moderator only, you can take out the “-ul=moderator” part.

Considering the [query] doesn’t work anymore for fetching other streamers channel info.

The query variable works fine for the input, just be sure your entering it in correctly, $(query).

Here are the current list of variables as well: https://docs.nightbot.tv/commands/variables

It is worth nothing that all variables from Nightbot v3 should carry over just fine. The exception to this is the old @variable@ format from Nightbot v2, which is no longer supported.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.