-
-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update pay-it-forward.md * Update prime-paid-upgrade.md * Update prime-paid-upgrade.md * Update pay-it-forward.md * Update shared-announcement.md * Update shared-gift-paid-upgrade.md * Update shared-pay-it-forward.md * Update shared-prime-paid-upgrade.md * Update shared-resub.md * Update shared-resub.md * Update shared-sub.md * Update shared-sub-gift.md * Update shared-announcement.md * Update shared-community-sub-gift.md * Update shared-community-sub-gift.md * Update shared-sub-gift.md * Update shared-sub-gift.md
- Loading branch information
1 parent
473081c
commit 0223068
Showing
8 changed files
with
26 additions
and
23 deletions.
There are no files selected for viewing
16 changes: 8 additions & 8 deletions
16
streamerbot/3.api/2.triggers/twitch/shared-chat/shared-announcement.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,34 @@ | ||
--- | ||
name: Shared Announcement | ||
title: Shared Announcement | ||
description: Triggered when an announcement is shared between both chats | ||
twitchService: EventSub | ||
version: 0.2.5 | ||
variables: | ||
name: fromSharedChat | ||
- name: fromSharedChat | ||
type: boolean | ||
description: Returns whether or not the action came from the shared chat | ||
value: True | ||
name: role | ||
- name: role | ||
type: string | ||
description: Returns the role of who posted the announcement | ||
value: Broadcaster | ||
name: isSubscribed | ||
- name: isSubscribed | ||
type: boolean | ||
description: Returns whether or not the person who posted the announcement is subscribed | ||
value: True | ||
name: message | ||
- name: message | ||
type: string | ||
description: Returns the entire text of the announcement | ||
value: "This is a super important announcement!!" | ||
name: messageStripped | ||
- name: messageStripped | ||
type: string | ||
description: Returns the text of the announcement, with emotes removed | ||
value: "This is a super important announcement!!" | ||
name: announceColor | ||
- name: announceColor | ||
type: string | ||
description: Returns the color of the Shared Announcement | ||
value: Green | ||
commonVariables: | ||
- TwitchChat | ||
- TwitchUser | ||
--- | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
streamerbot/3.api/2.triggers/twitch/shared-chat/shared-gift-paid-upgrade.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
--- | ||
name: Shared Gift Paid Upgrade | ||
title: Shared Gift Paid Upgrade | ||
description: Triggered when a user upgrades their gifted subscription in the shared chat | ||
twitchService: EventSub | ||
version: 0.2.5 | ||
variables: [] | ||
commonVariables: | ||
- TwitchUser | ||
--- | ||
--- |
4 changes: 2 additions & 2 deletions
4
streamerbot/3.api/2.triggers/twitch/shared-chat/shared-pay-it-forward.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
--- | ||
name: Shared Pay It Forward | ||
title: Shared Pay It Forward | ||
description: Triggered when a user pays forward their gifted subscription in the shared chat | ||
twitchService: EventSub | ||
version: 0.2.5 | ||
variables: [] | ||
commonVariables: | ||
- TwitchUser | ||
--- | ||
--- |
4 changes: 2 additions & 2 deletions
4
streamerbot/3.api/2.triggers/twitch/shared-chat/shared-prime-paid-upgrade.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
--- | ||
name: Shared Prime Paid Upgrade | ||
title: Shared Prime Paid Upgrade | ||
description: Triggered when a user upgrades their Prime subscription to a Tier 1, 2, or 3 in the shared chat | ||
twitchService: EventSub | ||
version: 0.2.5 | ||
variables: [] | ||
commonVariables: | ||
- TwitchUser | ||
--- | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters