From 5cd8c67e590abbf9395e9d36dcdb6454eaf67598 Mon Sep 17 00:00:00 2001 From: FajitaOfTreason <234828294+FajitaOfTreason@users.noreply.github.com> Date: Tue, 13 Jan 2026 11:22:04 -0800 Subject: [PATCH] add missing percent sign --- .../3.api/1.sub-actions/twitch/user/get-user-info-for-target.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/streamerbot/3.api/1.sub-actions/twitch/user/get-user-info-for-target.md b/streamerbot/3.api/1.sub-actions/twitch/user/get-user-info-for-target.md index 68dba1aa..1a93614b 100644 --- a/streamerbot/3.api/1.sub-actions/twitch/user/get-user-info-for-target.md +++ b/streamerbot/3.api/1.sub-actions/twitch/user/get-user-info-for-target.md @@ -66,5 +66,5 @@ The User Login field can contain either a literal username or a variable/argumen - `%userName%` – The user who triggered the action - `genericuser` – A specific account with the name `genericuser` - `%input0%` – The first input provided (e.g., in a command or reward) -- `%broadcastUserName` – The broadcaster’s account. If not used with a Twitch/Command trigger, be sure to add the [Add Broadcaster Information](/api/sub-actions/twitch/user/add-broadcaster-information) sub-action first +- `%broadcastUserName%` – The broadcaster’s account. If not used with a Twitch/Command trigger, be sure to add the [Add Broadcaster Information](/api/sub-actions/twitch/user/add-broadcaster-information) sub-action first :: \ No newline at end of file