Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed double version and extra spaces. #284

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion streamerbot/3.api/2.triggers/twitch/shared-chat/resub.md
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't think this needs removed?

Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ 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
description: Twith user name of the host
- 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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ 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
description: Twith user name of the host
- 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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ 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
description: Twith user name of the host
- 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
Expand Down