Get a notification when you or your favourite twitch streamers starts streaming!
YAML:
Debug: true
# Client ID & Secret from https://dev.twitch.tv/
ClientID: ""
ClientSecret: ""
Streamers:
- # Streamer Name
Name: darkviperau
# Channel to post notification in
ChannelID: "941761412718526494"
# Message that will be sent as notification
Message:
Content: "@role-ping, DarkViperAU is now online!"
Embeds:
- Author: 🔴 DarkViperAU is now Live! 🔴
AuthorIcon: "{streamerProfilePicture}"
Description: |-
```
{streamTitle}
```
Image: "{streamThumbnail}"
Footer: "Streaming: {streamType}"
FooterIcon: "{bot-pfp}"
Timestamp: true
Components:
"1":
- Type: Button
Style: Link
Link: "{streamLink}"
Label: Watch Stream!
Emoji: "783273537711505448"
- Name: pearlescentmoon
ChannelID: "941761412718526494"
Message:
Content: "@role-ping, PearleScentMoon is now online!"
Embeds:
- Author: 🔴 PearleScentMoon is now Live! 🔴
AuthorIcon: "{streamerProfilePicture}"
Description: |-
```
{streamTitle}
```
Image: "{streamThumbnail}"
Footer: "Streaming: {streamType}"
FooterIcon: "{bot-pfp}"
Timestamp: true
Components:
"1":
- Type: Button
Style: Link
Link: "{streamLink}"
Label: Watch Stream!
Emoji: "783273537711505448"