From 7db677680fd62259a54a2b724d2cfe02aa7b5694 Mon Sep 17 00:00:00 2001 From: GoWMan813 <33267417+GoWMan813@users.noreply.github.com> Date: Fri, 22 Nov 2024 21:22:56 -0600 Subject: [PATCH] Fixed double version and extra spaces. --- .../3.api/2.triggers/twitch/shared-chat/announcement.md | 4 ++-- streamerbot/3.api/2.triggers/twitch/shared-chat/resub.md | 1 - .../3.api/2.triggers/twitch/shared-chat/session-begin.md | 4 ++-- .../3.api/2.triggers/twitch/shared-chat/session-end.md | 4 ++-- .../3.api/2.triggers/twitch/shared-chat/session-update.md | 4 ++-- 5 files changed, 8 insertions(+), 9 deletions(-) diff --git a/streamerbot/3.api/2.triggers/twitch/shared-chat/announcement.md b/streamerbot/3.api/2.triggers/twitch/shared-chat/announcement.md index d4d972f6..ddafe46b 100644 --- a/streamerbot/3.api/2.triggers/twitch/shared-chat/announcement.md +++ b/streamerbot/3.api/2.triggers/twitch/shared-chat/announcement.md @@ -19,11 +19,11 @@ variables: - name: message type: string description: Returns the entire text of the announcement - value: "This is a super important announcement!!" + value: "This is a super important announcement!!" - name: messageStripped type: string description: Returns the text of the announcement, with emotes removed - value: "This is a super important announcement!!" + value: "This is a super important announcement!!" - name: announceColor type: string description: Returns the color of the Shared Announcement diff --git a/streamerbot/3.api/2.triggers/twitch/shared-chat/resub.md b/streamerbot/3.api/2.triggers/twitch/shared-chat/resub.md index 46805932..8b96bb10 100644 --- a/streamerbot/3.api/2.triggers/twitch/shared-chat/resub.md +++ b/streamerbot/3.api/2.triggers/twitch/shared-chat/resub.md @@ -18,7 +18,6 @@ variables: value: 2 - name: streakShared type: boolean - version: 0.2.5 description: Returns whether or not the user shares their resub streak. value: true commonVariables: diff --git a/streamerbot/3.api/2.triggers/twitch/shared-chat/session-begin.md b/streamerbot/3.api/2.triggers/twitch/shared-chat/session-begin.md index bbd5d0f2..b36fd9a6 100644 --- a/streamerbot/3.api/2.triggers/twitch/shared-chat/session-begin.md +++ b/streamerbot/3.api/2.triggers/twitch/shared-chat/session-begin.md @@ -11,7 +11,7 @@ variables: - name: host.userLogin type: string value: reallycoolhost - description: Twith login name of the host + description: Twith login name of the host - name: host.userName type: string value: ReallyCoolHost @@ -19,7 +19,7 @@ variables: - name: host.isSubscribed type: boolean value: False - description: Returns `True` if host is subscribed to the Twitch Broadcaster + description: Returns `True` if host is subscribed to the Twitch Broadcaster - name: host.isModerator type: boolean value: False diff --git a/streamerbot/3.api/2.triggers/twitch/shared-chat/session-end.md b/streamerbot/3.api/2.triggers/twitch/shared-chat/session-end.md index a6a35dfe..e38231bf 100644 --- a/streamerbot/3.api/2.triggers/twitch/shared-chat/session-end.md +++ b/streamerbot/3.api/2.triggers/twitch/shared-chat/session-end.md @@ -11,7 +11,7 @@ variables: - name: host.userLogin type: string value: reallycoolhost - description: Twith login name of the host + description: Twith login name of the host - name: host.userName type: string value: ReallyCoolHost @@ -19,7 +19,7 @@ variables: - name: host.isSubscribed type: boolean value: False - description: Returns `True` if host is subscribed to the Twitch Broadcaster + description: Returns `True` if host is subscribed to the Twitch Broadcaster - name: host.isModerator type: boolean value: False diff --git a/streamerbot/3.api/2.triggers/twitch/shared-chat/session-update.md b/streamerbot/3.api/2.triggers/twitch/shared-chat/session-update.md index f5f238d9..ce3a9501 100644 --- a/streamerbot/3.api/2.triggers/twitch/shared-chat/session-update.md +++ b/streamerbot/3.api/2.triggers/twitch/shared-chat/session-update.md @@ -11,7 +11,7 @@ variables: - name: host.userLogin type: string value: reallycoolhost - description: Twith login name of the host + description: Twith login name of the host - name: host.userName type: string value: ReallyCoolHost @@ -19,7 +19,7 @@ variables: - name: host.isSubscribed type: boolean value: False - description: Returns `True` if host is subscribed to the Twitch Broadcaster + description: Returns `True` if host is subscribed to the Twitch Broadcaster - name: host.isModerator type: boolean value: False