Skip to content

Commit

Permalink
Nothing to see here... (#276)
Browse files Browse the repository at this point in the history
* 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
Mustached-Maniac authored Nov 22, 2024
1 parent 473081c commit 0223068
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 23 deletions.
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
---
---
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
name: Shared Community Sub Gift
title: Shared Community Sub Gift
description: Triggered when a user gifts community subscriptions in the shared chat
twitchService: EventSub
version: 0.2.5
variables:
- name: tier
type: string
description: The subscription tier<br>`prime`, `tier 1`, `tier 2`, `tier 3`
Expand All @@ -27,4 +28,4 @@ version: 0.2.5
commonVariables:
- TwitchUser
- TwitchChat
---
---
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
---
---
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
---
---
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
---
---
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
name: Shared Resub
title: Shared Resub
description: Triggered when a user resubscribes in the shared chat
twitchService: EventSub
version: 0.2.5
variables:
- name: tier
type: string
description: The subscription tier<br>`prime`, `tier 1`, `tier 2`, `tier 3`
Expand All @@ -23,4 +24,4 @@ version: 0.2.5
commonVariables:
- TwitchUser
- TwitchChat
---
---
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
name: Shared Sub Gift
title: Shared Sub Gift
description: Triggered when a user gifts a subscription in the shared chat
twitchService: EventSub
version: 0.2.5
variables:
- name: tier
type: string
description: The subscription tier<br>`prime`, `tier 1`, `tier 2`, `tier 3`
Expand All @@ -23,7 +24,7 @@ version: 0.2.5
type: number
description: The amount of months the recipient has been subscribed to the channel
value: 2
- name: recipientUser
- name: recipientUser
type: string
description: The recipient user's display name
value: TwitchUser123
Expand All @@ -45,4 +46,4 @@ version: 0.2.5
commonVariables:
- TwitchUser
- TwitchChat
---
---
4 changes: 2 additions & 2 deletions streamerbot/3.api/2.triggers/twitch/shared-chat/shared-sub.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Shared Sub
title: Shared Sub
description: Triggered when a user subscribes in the shared chat
twitchService: EventSub
version: 0.2.5
Expand All @@ -11,4 +11,4 @@ variables:
commonVariables:
- TwitchUser
- TwitchChat
---
---

0 comments on commit 0223068

Please sign in to comment.