Skip to content

Commit bb7b038

Browse files
Add titleSuccess variable for channel title change (#419)
* Add titleSuccess variable for channel title change Add a variable to indicate success of title change. * Set titleSuccess value to true Update the value for titleSuccess to indicate success. --------- Co-authored-by: Whipstickgostop <8366326+Whipstickgostop@users.noreply.github.com>
1 parent d35d60c commit bb7b038

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

streamerbot/3.api/1.sub-actions/twitch/channel/set-channel-title.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ parameters:
55
- name: Title
66
type: Text
77
description: Enter the new title for your stream
8+
variables:
9+
- name: titleSuccess
10+
type: bool
11+
description: Whether or not the channel title was successfully changed
12+
value: true
13+
814
csharpMethods:
915
- SetChannelTitle
1016
---

0 commit comments

Comments
 (0)