Skip to content

Commit 7cd7ccb

Browse files
add missing percent sign (#394)
1 parent f0ccba3 commit 7cd7ccb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

streamerbot/3.api/1.sub-actions/twitch/user/get-user-info-for-target.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@ The User Login field can contain either a literal username or a variable/argumen
6666
- `%userName%` – The user who triggered the action
6767
- `genericuser` – A specific account with the name `genericuser`
6868
- `%input0%` – The first input provided (e.g., in a command or reward)
69-
- `%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
69+
- `%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
7070
::

0 commit comments

Comments
 (0)