$(querystring)

Overview

$(querystring) outputs the text after the command URL-encoded.

Syntax

$(querystring)

Examples

$(customapi https://api.example.com?q=$(querystring))

Search URL: https://example.com/search?q=$(querystring)

Where to use it in the dashboard

You can use $(querystring) in Bot -> Commands, Bot -> Timer, Bot -> Chat Alerts, and Chat Automation -> Raid Shoutout, as well as in Stream Tools -> Clip Command when using a custom response template.

Notes

  • If there are no arguments, the variable stays empty.
  • For readable text use $(query).
$(querystring) | ByteMate Docs