From f804527960b47e73fa0d48fcf3108c1ee08d8048 Mon Sep 17 00:00:00 2001 From: Ron D Date: Wed, 13 May 2026 13:48:18 -0700 Subject: [PATCH] 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 ---