Skip to content

Commit 5430c6b

Browse files
fix: remove uneeded preview image codes, misc tweaks
1 parent 5f94e8e commit 5430c6b

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Add Quote
33
description: Add a quote which can be retrieved by the `Get Quote` Sub-Action
44
parameters:
55
- name: Variable
6-
type: text
6+
type: Text
77
required: true
88
description: The text of the quote to add.
99
variables:
@@ -46,8 +46,6 @@ csharpMethods:
4646
- AddQuoteForTrovo
4747
---
4848

49-
![Add Quote Sub-Action](assets/add-quote.png)
50-
5149
::tip
5250
This Sub-Action will set the quote user to the user who called the action<br/>
5351
Setting the quote user to a different user than the caller is only supported via the C# Method

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ csharpMethods:
2323
- DeleteQuote
2424
---
2525

26-
![Get Quote Sub-Action](assets/delete-quote.png)
27-
2826
::tip
2927
Deleting a quote does not change the Quote ID of following quotes<br/>
3028
You can Re-Index quotes manually under `Services > Quotes` by right-clicking and choosing `Re-index` from the context menu. **This operation can not be undone**

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ parameters:
77
required: true
88
default: Random
99
options:
10-
- name: Random
10+
- value: Random
1111
description: Fetch a random quote from your stored quotes
12-
- name: Specific
12+
- value: Specific
1313
description: Fetch a specific quote by its ID
1414
- name: Quote Id
1515
type: Number
@@ -52,6 +52,4 @@ csharpMethods:
5252
- GetQuote
5353
---
5454

55-
![Get Quote Sub-Action](assets/get-quote.png)
56-
5755
:read-more{to=examples/quotes-commands}

0 commit comments

Comments
 (0)