-
-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:Streamerbot/docs
* 'main' of github.com:Streamerbot/docs: Multiple changes including get commands and fixing broken links (#34) Update README.md Update README.md
- Loading branch information
Showing
40 changed files
with
792 additions
and
735 deletions.
There are no files selected for viewing
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,3 +1,14 @@ | ||
# Streamer.bot Docs | ||
# Streamer.bot Documentation | ||
|
||
![Preview](https://docs.streamer.bot/__og_image__/og.png) | ||
![Streamer.bot Docs](https://img.shields.io/badge/docs-streamerbot?label=Streamer.bot&color=%239c59f1&link=https%3A%2F%2Fdocs.streamer.bot) | ||
![Speaker.bot Docs](https://img.shields.io/badge/docs-speakerbot?label=Speaker.bot&color=%239c59f1&link=https%3A%2F%2Fspeaker.bot) | ||
![Discord](https://img.shields.io/discord/834650675224248362?logo=discord&label=Discord&color=rgb(82%2C%2094%2C%20235)) | ||
![GitHub contributors](https://img.shields.io/github/contributors/Streamerbot/docs?logo=github&label=Contributors) | ||
![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/Streamerbot/docs/deploy-streamerbot.yml) | ||
|
||
Official home of all documentation content for [Streamer.bot](https://streamer.bot) and [Speaker.bot](https://speaker.bot) | ||
|
||
## Contributing | ||
Contributions are welcome and encouraged! | ||
|
||
Guidelines: TBA |
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
Binary file added
BIN
+4.52 KB
streamerbot/3.api/1.sub-actions/core/commands/assets/get-commands.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
Binary file added
BIN
+2.92 KB
streamerbot/3.api/1.sub-actions/speakerbot/assets/set-enabled-state.png
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
+2.97 KB
streamerbot/3.api/1.sub-actions/speakerbot/assets/set-paused-state.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+251 Bytes
(110%)
streamerbot/3.api/1.sub-actions/speakerbot/assets/speak.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions
12
streamerbot/3.api/1.sub-actions/speakerbot/clear-pending.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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Clear Pending | ||
Speaker.bot clear pending sub-action. | ||
|
||
::list{type=warning} | ||
- Check out the [Speaker.bot Integration Guide](/guide/integrations/speakerbot) for information about configuring Speaker.bot | ||
:: | ||
|
||
## Details | ||
Clear the current pending queue. | ||
|
||
## 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,21 @@ | ||
--- | ||
title: Speak (UDP) | ||
--- | ||
# Speak (UDP) | ||
Send a message with text-to-speech (TTS) using Speaker.bot with UDP | ||
|
||
:wip | ||
:image-preview | ||
|
||
::list{type=warning} | ||
- Check out the [Speaker.bot Integration Guide](/guide/integrations/speakerbot) for information about configuring Speaker.bot | ||
:: | ||
|
||
## Parameters | ||
### `Voice Alias` | ||
Enter the name of the voice alias to use | ||
|
||
### `Pass Through Bad Word Filter` | ||
Toggle the bad word filter on or off | ||
|
||
### `Message` | ||
Enter the message content to send to Speaker.bot | ||
|
||
## C# Usage | ||
:csharp-method{name=TtsSpeak} |
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
12 changes: 12 additions & 0 deletions
12
streamerbot/3.api/1.sub-actions/speakerbot/stop-speaking.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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Stop Speaking | ||
Speaker.bot stop speaking sub-action. | ||
|
||
::list{type=warning} | ||
- Check out the [Speaker.bot Integration Guide](/guide/integrations/speakerbot) for information about configuring Speaker.bot | ||
:: | ||
|
||
## Details | ||
Stop the current playing TTS. | ||
|
||
## C# Usage | ||
:csharp-method |
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...api/2.triggers/trovo/chat/chat-message.md → ...ot/3.api/2.triggers/trovo/chat/message.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,4 +1,4 @@ | ||
# Chat message | ||
# Chat Message | ||
Trovo chat message trigger. | ||
|
||
## Details | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
title: Twitch Integrated Throwing System | ||
description: Control the Twitch throwing system from your code actions | ||
--- | ||
|
||
## `ThrowingSystemThrowItemByName` | ||
:csharp-method{name=ThrowingSystemThrowItemByName} | ||
|
||
## `ThrowingSystemActivateTriggerByName` | ||
:csharp-method{name=ThrowingSystemActivateTriggerByName} |
Oops, something went wrong.