Skip to content

Commit

Permalink
Update Starter Pack with Resources + Update Raid Send/Start Trigger d…
Browse files Browse the repository at this point in the history
…escription
  • Loading branch information
pwnyy authored Dec 16, 2024
1 parent 47a0201 commit 27869a0
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 13 deletions.
23 changes: 20 additions & 3 deletions streamerbot/1.get-started/5.examples/starter-pack.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ Below, you'll find a list of all contributions by each member of the raid train
- Added a **Discord barker** action
::

::read-more{to="https://r2.streamer.bot/assets/2024-starter-pack/Lyfesaver74.zip"}
Bark-On and SparkleText (HTML/JS Files)
::

#### Commands

The following basic chat [commands](/guide/commands) were added:
Expand All @@ -86,13 +90,19 @@ The following basic chat [commands](/guide/commands) were added:

::changelog-list{type=new}
- Added **Discord Logger**
- Added **Title Changer**
- Added **Multistream Title Changer**
::

::read-more{to="https://malachite-arithmetic-3b1.notion.site/nutty-s-discord-stream-logger-aa7a6874436a4e54901db29550bcc915"}
Instructions for the **Discord Logger** can be found here
::
::read-more{to="https://malachite-arithmetic-3b1.notion.site/nutty-s-multistream-title-updater-e2fb7b24c7514f9cbd943729f54be1d9"}
Instructions for the **Multistream Title Updater** can be found here
::
---

### MarkusOoOo
:social-links{twitch="MarkusOoOo" website="https://hellp.markuso.ooo"}
### MarkusoOoO
:social-links{twitch="markusoooo" website="https://hellp.markuso.ooo"}

::changelog-list{type=new}
- Added **Wheel of Fortune**
Expand All @@ -111,6 +121,9 @@ Also, here is the link to my own documentation page, where I will post updated v
Read more about the **Wheel of Fortune** extension
::

::read-more{to="https://r2.streamer.bot/assets/2024-starter-pack/MarkusoOoO.zip"}
Wheel of Fortune Resources (HTML/JS Files)
::
> If you need more help, feel free to reach out to me on the SB discord server or comment your issue on the documentation page linked above.
---
Expand Down Expand Up @@ -277,6 +290,10 @@ In Streamer.bot, enable the triggers you wish to use under each. If you want all
**Retro Game Alerts Tutorial**
::

::read-more{to="https://r2.streamer.bot/assets/2024-starter-pack/OSUPhoenix.zip"}
Alerts Resources (includes webm and scene files to import via Source Copy)
::

#### QR Code Generator
This is an action that can be used for Shoutouts, Alerts, or anything else you might want to use it with. Each setting has a description above it helping you to set up how you want. When setting the %savePath%, make sure you have the address correct and the file name with extension (.png) at the end.
Add an image source in OBS Studio that points to where your QR Code image is saved. Everytime the image is updated, the source should change the displaying image.
Expand Down
13 changes: 8 additions & 5 deletions streamerbot/3.api/2.triggers/twitch/raid/send.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,23 @@ twitchService: PubSub
variables:
- name: raidUser
type: string
description: The raider's username
description: Display name of user that is being raided
value: TwitchUser123
- name: raidUserName
type: string
description: The raider's login name
description: Login name of user that is being raided
value: twitchuser123
- name: raidUserId
type: string
description: The raider's user id
description: User id of user that is being raided
value: 718933593
- name: raidUserProfileImageURL
type: string
description: The raider's profile image URL
description: Profile image URL of user that is being raided
- name: raidUserProfileImageEscaped
type: string
description: The raider's profile image URL escaped
description: Profile image URL escaped of user that is being raided
- name: viewers
type: number
description: Amount of viewers that joined in the raid
---
13 changes: 8 additions & 5 deletions streamerbot/3.api/2.triggers/twitch/raid/start.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,23 @@ twitchService: PubSub
variables:
- name: raidUser
type: string
description: The raider's username
description: Display name of user that is being raided
value: TwitchUser123
- name: raidUserName
type: string
description: The raider's login name
description: Login name of user that is being raided
value: twitchuser123
- name: raidUserId
type: string
description: The raider's user id
description: User id of user that is being raided
value: 718933593
- name: raidUserProfileImageURL
type: string
description: The raider's profile image URL
description: Profile image URL of user that is being raided
- name: raidUserProfileImageEscaped
type: string
description: The raider's profile image URL escaped
description: Profile image URL escaped of user that is being raided
- name: viewers
type: number
description: Amount of viewers that joined in the raid
---

0 comments on commit 27869a0

Please sign in to comment.