From f804527960b47e73fa0d48fcf3108c1ee08d8048 Mon Sep 17 00:00:00 2001 From: Ron D Date: Wed, 13 May 2026 13:48:18 -0700 Subject: [PATCH 1/2] Add titleSuccess variable for channel title change Add a variable to indicate success of title change. --- .../3.api/1.sub-actions/twitch/channel/set-channel-title.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/streamerbot/3.api/1.sub-actions/twitch/channel/set-channel-title.md b/streamerbot/3.api/1.sub-actions/twitch/channel/set-channel-title.md index 31794fc0..feadac78 100644 --- a/streamerbot/3.api/1.sub-actions/twitch/channel/set-channel-title.md +++ b/streamerbot/3.api/1.sub-actions/twitch/channel/set-channel-title.md @@ -5,6 +5,12 @@ parameters: - name: Title type: Text description: Enter the new title for your stream +variables: + - name: titleSuccess + type: bool + description: Whether or not the channel title was successfully changed + value: true/false + csharpMethods: - SetChannelTitle --- From dd53fd9634613070b2426b837a43bcee4b93c258 Mon Sep 17 00:00:00 2001 From: Whipstickgostop <8366326+Whipstickgostop@users.noreply.github.com> Date: Mon, 18 May 2026 21:03:57 -0400 Subject: [PATCH 2/2] Set titleSuccess value to true Update the value for titleSuccess to indicate success. --- .../3.api/1.sub-actions/twitch/channel/set-channel-title.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/streamerbot/3.api/1.sub-actions/twitch/channel/set-channel-title.md b/streamerbot/3.api/1.sub-actions/twitch/channel/set-channel-title.md index feadac78..dd970299 100644 --- a/streamerbot/3.api/1.sub-actions/twitch/channel/set-channel-title.md +++ b/streamerbot/3.api/1.sub-actions/twitch/channel/set-channel-title.md @@ -9,7 +9,7 @@ variables: - name: titleSuccess type: bool description: Whether or not the channel title was successfully changed - value: true/false + value: true csharpMethods: - SetChannelTitle