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 ---