mirror of https://gitlab.com/gpvkt/twitchtts.git
Update README.md
This commit is contained in:
parent
61ee339354
commit
626a0f27a9
27
README.md
27
README.md
|
@ -196,9 +196,9 @@ A simple vote system.
|
||||||
|
|
||||||
**Usage:**
|
**Usage:**
|
||||||
|
|
||||||
Start (only Broadcaster/Mods): `!quickvote <message>`
|
1. Broadcaster/Mods: `!quickvote <message>`
|
||||||
User: `#choice`
|
2. User: `#choice`
|
||||||
End (only Broadcaster/Mods): `!quickvote`
|
3. Broadcaster/Mods: `!quickvote`
|
||||||
|
|
||||||
**Example:**
|
**Example:**
|
||||||
|
|
||||||
|
@ -217,9 +217,9 @@ Randomly choose users from chat (who wants to participate).
|
||||||
|
|
||||||
**Usage:**
|
**Usage:**
|
||||||
|
|
||||||
Start (only Broadcaster/Mods): `!pick <int>`
|
1. Broadcaster/Mods: `!pick <int>`
|
||||||
User: #pickme
|
2. User: #pickme
|
||||||
End (only Broadcaster/Mods): `!pick`
|
3. Broadcaster/Mods: `!pick`
|
||||||
|
|
||||||
**Example:**
|
**Example:**
|
||||||
|
|
||||||
|
@ -240,7 +240,7 @@ Picks a random line from a file.
|
||||||
|
|
||||||
**Usage:**
|
**Usage:**
|
||||||
|
|
||||||
Broadcaster/Mod: `!random <file>`
|
* Broadcaster/Mod: `!random <file>`
|
||||||
|
|
||||||
You can use multiple files, if you call `!random foo` the bot fetch the random line from a file called `random_foo.txt`, `!random bar` will use the file `random_bar.txt` and so on. If no `<file>` is given the command use the file `random.txt`.
|
You can use multiple files, if you call `!random foo` the bot fetch the random line from a file called `random_foo.txt`, `!random bar` will use the file `random_bar.txt` and so on. If no `<file>` is given the command use the file `random.txt`.
|
||||||
|
|
||||||
|
@ -257,7 +257,7 @@ The `!addquote` command adds a new line to `quotes.txt`.
|
||||||
|
|
||||||
**Usage:**
|
**Usage:**
|
||||||
|
|
||||||
Chat: `!addquote <username> <quote>`
|
* Chat: `!addquote <username> <quote>`
|
||||||
|
|
||||||
**Example:**
|
**Example:**
|
||||||
|
|
||||||
|
@ -272,7 +272,14 @@ Picks a random/specific line from `quotes.txt`.
|
||||||
|
|
||||||
**Usage:**
|
**Usage:**
|
||||||
|
|
||||||
Chat: `!smartquote <linenumber> <searchstring>`
|
* Chat: `!smartquote`
|
||||||
|
* Chat: `!smartquote <linenumber>`
|
||||||
|
* Chat: `!smartquote <searchstring>`
|
||||||
|
* Chat: `!squote`
|
||||||
|
* Chat: `!squote <linenumber>`
|
||||||
|
* Chat: `!squote <searchstring>`
|
||||||
|
|
||||||
|
(`!squote` is an alias for `!smartquote`)
|
||||||
|
|
||||||
**Example:**
|
**Example:**
|
||||||
|
|
||||||
|
@ -297,7 +304,7 @@ Search the Wikipedia.
|
||||||
|
|
||||||
**Usage:**
|
**Usage:**
|
||||||
|
|
||||||
Chat: `!wiki <searchstring>`
|
* Chat: `!wiki <searchstring>`
|
||||||
|
|
||||||
**Example:**
|
**Example:**
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue