Skip to content

Commit

Permalink
Added args from 0.2.5-beta.16 and beta.19 (#251)
Browse files Browse the repository at this point in the history
* Update gift-bomb.md

* Update shared-community-sub-gift.md

* Update resubscription.md

* Update shared-resub.md
  • Loading branch information
Mustached-Maniac authored Sep 28, 2024
1 parent 113cee2 commit d84e4c2
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,12 @@ version: 0.2.5
type: number
description: The total amount of subscriptions that the user has gifted
value: 24
- name: bonusGifts
type: boolean
version: 0.2.5
description: A boolean value if Twitch adds additional subs to the Gift Bomb.
value: true
commonVariables:
- TwitchUser
- TwitchChat
---
---
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@ version: 0.2.5
type: number
description: The amount of cumulative months that the user is subscribed for
value: 2
- name: streakShared
type: boolean
version: 0.2.5
description: Returns whether or not the user shares their resub streak.
value: true
commonVariables:
- TwitchUser
- TwitchChat
---
---
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ variables:
version: 0.2.5
description: A boolean value if the user gifting the sub(s) shares there total gift count.
value: true
- name: bonusGifts
type: boolean
version: 0.2.5
description: A boolean value if Twitch adds additional subs to the Gift Bomb.
value: true
commonVariables:
- TwitchUser
---
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ variables:
description: How nany months of the multi-month subscription have passed so far
value: 3
version: 0.2.4
- name: streakShared
type: boolean
version: 0.2.5
description: Returns whether or not the user shares their resub streak.
value: true
commonVariables:
- TwitchUser
- TwitchChat
Expand Down

0 comments on commit d84e4c2

Please sign in to comment.