spaces
This commit is contained in:
parent
55b9a2693e
commit
651a2b0729
1 changed files with 6 additions and 4 deletions
10
README.md
10
README.md
|
@ -46,11 +46,13 @@ Before a bot can be used the fields in the `config.json` file must be populated
|
|||
|
||||
► user* ⇢ Account's User ID.
|
||||
|
||||
► file ⇢ Path of file used for training the AI (.txt file only).
|
||||
► file ⇢ Path of file used for training the AI (.txt file only).
|
||||
|
||||
► prefix ⇢ Bot listens to commands that start with this prefix.
|
||||
► prefix ⇢ Bot listens to commands that start with this prefix.
|
||||
|
||||
► frequency ⇢ How often the bot sends a message (keep low to prevent spam).
|
||||
► frequency ⇢ How often the bot sends a message (keep low to prevent spam).
|
||||
|
||||
► size ⇢ Bot starts generating messages when the number of lines in the training file is equal to this. The greater the size, the longer bot waits before messaging but might increase message quality.
|
||||
► size ⇢ Bot starts generating messages when the number of lines in the training file is equal to this. The greater the size, the longer bot waits before messaging but might increase message quality.
|
||||
|
||||
► retrain ⇢ The bot retrains itself after this many extra lines of messages are recorded in the text file.
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue