-
-
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.
Merge pull request #17 from Streamerbot/dev
- Loading branch information
Showing
13 changed files
with
97 additions
and
10 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+189 KB
streamerbot/2.guide/21.broadcasters/assets/polypop-websockets-plugin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,12 @@ | ||
# Clear Chat | ||
:wip | ||
Clear your trovo chat. | ||
|
||
## Variables | ||
:variables-description | ||
|
||
Name | Description | ||
----:|:------------ | ||
`success` | If clearing the chat was successful `True`/`False` | ||
|
||
## C# Usage | ||
:csharp-method |
16 changes: 15 additions & 1 deletion
16
streamerbot/3.api/1.sub-actions/trovo/followers/get-latest-follower.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,2 +1,16 @@ | ||
# Get Latest Follower | ||
:wip | ||
Get the details of your latest follower. | ||
|
||
## Variables | ||
:variables-description | ||
|
||
Name | Description | ||
----:|:------------ | ||
`latestFollower.userId` | The user's account ID | ||
`latestFollower.login` | The user's login name | ||
`latestFollower.userName` | The user's display name | ||
`latestFollower.role` | The user's role | ||
`latestFollower.subscribed` | Whether the user is subscribed `True`/`False` | ||
|
||
## C# Usage | ||
:csharp-method |
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
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,2 +1,19 @@ | ||
# Raid | ||
:wip | ||
Trovo raid trigger. | ||
|
||
## Details | ||
The trovo raid trigger runs when you get a raid. | ||
|
||
## Parameters | ||
### `Range` | ||
:range-description | ||
|
||
## Variables | ||
:variables-description | ||
|
||
Name | Description | ||
----:|:------------ | ||
`raid.sentAt` | The timestamp the raid was sent | ||
`raid.raiderCount` | The amount of users that participated in the raid | ||
|
||
:variables{name=TrovoUser disclosure} |
8 changes: 8 additions & 0 deletions
8
streamerbot/3.api/2.triggers/trovo/subscriptions/gift-subscription.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,2 +1,10 @@ | ||
# Gift Subscription | ||
Trovo gift subscription trigger. | ||
|
||
## Details | ||
The trovo gift subscription trigger runs when you get a gift subscription. | ||
|
||
## Variables | ||
:variables-description | ||
|
||
:wip |
8 changes: 8 additions & 0 deletions
8
streamerbot/3.api/2.triggers/trovo/subscriptions/mass-gift-subscription.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,2 +1,10 @@ | ||
# Mass Gift Subscription | ||
Trovo mass gift subscription trigger. | ||
|
||
## Details | ||
The trovo mass gift subscription trigger runs when you get a mass gift subscription. | ||
|
||
## Variables | ||
:variables-description | ||
|
||
:wip |
8 changes: 8 additions & 0 deletions
8
streamerbot/3.api/2.triggers/trovo/subscriptions/resubscription.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,2 +1,10 @@ | ||
# Resubscription | ||
Trovo resubscription trigger. | ||
|
||
## Details | ||
The trovo resubscription trigger runs when you get a resubscription. | ||
|
||
## Variables | ||
:variables-description | ||
|
||
:wip |
8 changes: 8 additions & 0 deletions
8
streamerbot/3.api/2.triggers/trovo/subscriptions/subscription.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,2 +1,10 @@ | ||
# Subscription | ||
Trovo subscription trigger. | ||
|
||
## Details | ||
The trovo subscription trigger runs when you get a subscription. | ||
|
||
## Variables | ||
:variables-description | ||
|
||
:wip |