Update README.md

This commit is contained in:
gpkvt 2022-08-25 21:04:57 +02:00
parent 61ee339354
commit 626a0f27a9
1 changed files with 17 additions and 10 deletions

View File

@ -196,9 +196,9 @@ A simple vote system.
**Usage:**
Start (only Broadcaster/Mods): `!quickvote <message>`
User: `#choice`
End (only Broadcaster/Mods): `!quickvote`
1. Broadcaster/Mods: `!quickvote <message>`
2. User: `#choice`
3. Broadcaster/Mods: `!quickvote`
**Example:**
@ -217,9 +217,9 @@ Randomly choose users from chat (who wants to participate).
**Usage:**
Start (only Broadcaster/Mods): `!pick <int>`
User: #pickme
End (only Broadcaster/Mods): `!pick`
1. Broadcaster/Mods: `!pick <int>`
2. User: #pickme
3. Broadcaster/Mods: `!pick`
**Example:**
@ -240,7 +240,7 @@ Picks a random line from a file.
**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`.
@ -257,7 +257,7 @@ The `!addquote` command adds a new line to `quotes.txt`.
**Usage:**
Chat: `!addquote <username> <quote>`
* Chat: `!addquote <username> <quote>`
**Example:**
@ -272,7 +272,14 @@ Picks a random/specific line from `quotes.txt`.
**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:**
@ -297,7 +304,7 @@ Search the Wikipedia.
**Usage:**
Chat: `!wiki <searchstring>`
* Chat: `!wiki <searchstring>`
**Example:**