From ac24ae2e7ec2bec908fa1977e8b36d3d836c817c Mon Sep 17 00:00:00 2001 From: gpkvt Date: Mon, 22 Aug 2022 05:10:27 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 77ad4d7..d1b9a1b 100644 --- a/README.md +++ b/README.md @@ -184,9 +184,9 @@ The `!quickvote` feature implements a simple vote system. If a broadcaster or mo The `!random` command will read a random line from a file called `random.txt`. You can also use multiple files, if you call `!random foo` the bot fetch the random line from a file called `random_foo.txt` instead of `random.txt`. `!random bar` will use the file `random_bar.txt` and so on. The `!random` command is restricted to the broadcaster and moderators. -#### !smartvote +#### !smartquote -The `!smartvote` command will read a line from a file called `quotes.txt`. You can add a parameter after the command. If the parameter is numeric the bot will search for a line starting with `#$number`. If the parameter is a string it will search for a line matching the parameter. If no parameter is given it will search for a completely random line. +The `!smartquote` command will read a line from a file called `quotes.txt`. You can add a parameter after the command. If the parameter is numeric the bot will search for a line starting with `#$number`. If the parameter is a string it will search for a line matching the parameter. If no parameter is given it will search for a completely random line. The format of `quotes.txt` looks as follows: