Skip to content

Commit e75169e

Browse files
docs: remove trovo
1 parent 66c141d commit e75169e

54 files changed

Lines changed: 1090 additions & 1838 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

streamerbot/2.guide/01.core/04.commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Commands
33
description: Define and configure your chat commands
44
---
55

6-
Chat commands in Streamer.bot are **platform-agnostic**, supporting Twitch, YouTube and Trovo.
6+
Chat commands in Streamer.bot are **platform-agnostic**, supporting Twitch, YouTube and Kick.
77

88
Configuration options give you fine-grained control over command text parsing, cooldowns, and user permissions.
99

streamerbot/2.guide/02.platforms/3.trovo.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

streamerbot/2.guide/04.extra-features/1.chat.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Streamer.bot ships with a built-in chat client to provide you with direct integr
1818
### Multi Stream Support
1919

2020
::tip
21-
Chat can connect to any platform supported by Streamer.bot, including Twitch, YouTube, Trovo, and Kick.
21+
Chat can connect to any platform supported by Streamer.bot, including Twitch, YouTube, and Kick.
2222
:br
2323
To suggest a new platform to integrate with Streamer.bot, visit [Streamer.bot Ideas & Suggestions](https://ideas.streamer.bot)
2424
::
@@ -292,7 +292,7 @@ These attributes are available specifically on chat message rows.
292292
::field{name="data-platform" type="string"}
293293
The platform name for a given chat message row.
294294
:br
295-
Values: `twitch`, `youtube`, `kick`, `trovo`
295+
Values: `twitch`, `youtube`, `kick`
296296
::
297297

298298
::field{name="data-user-id" type="string"}
@@ -320,7 +320,7 @@ These attributes are available on **all** rows visible in chat, _including chat
320320
::field{name="data-event-source" type="string"}
321321
The source of the event.
322322
:br
323-
Values: `Twitch`, `YouTube`, `Trovo`, etc...
323+
Values: `Twitch`, `YouTube`, `Kick`, etc...
324324
::
325325

326326
::field{name="data-event-type" type="string"}

streamerbot/3.api/.variables/trovo/TrovoBroadcaster.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

streamerbot/3.api/.variables/trovo/TrovoChat.md

Lines changed: 0 additions & 41 deletions
This file was deleted.

streamerbot/3.api/.variables/trovo/TrovoUser.md

Lines changed: 0 additions & 33 deletions
This file was deleted.

streamerbot/3.api/1.sub-actions/core/quotes/add-quote.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ variables:
1818
- name: quoteId
1919
type: string
2020
description: The numeric id of the quote which was just added
21-
value: '4219'
21+
value: "4219"
2222
- name: quoteUserId
2323
type: string
2424
description: The user id from the account that added the quote
25-
value: '12345678'
25+
value: "12345678"
2626
- name: quoteUser
2727
type: string
2828
description: The user's display name from the account that added the quote
@@ -43,12 +43,11 @@ csharpMethods:
4343
- AddQuoteForTwitch
4444
- AddQuoteForYouTube
4545
- AddQuoteForKick
46-
- AddQuoteForTrovo
4746
---
4847

4948
::tip
5049
This Sub-Action will set the quote user to the user who called the action<br/>
5150
Setting the quote user to a different user than the caller is only supported via the C# Method
5251
::
5352

54-
:read-more{to=/examples/quotes-commands}
53+
:read-more{to=/examples/quotes-commands}

streamerbot/3.api/1.sub-actions/trovo/.navigation.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.

streamerbot/3.api/1.sub-actions/trovo/channel/fast-clip.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

streamerbot/3.api/1.sub-actions/trovo/channel/set-channel-title.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)