From 651a2b07299c7877a5460c3d0f88f28649fa6496 Mon Sep 17 00:00:00 2001 From: array-in-a-matrix Date: Tue, 16 Aug 2022 03:43:01 -0400 Subject: [PATCH] spaces --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3f19db6..c221607 100644 --- a/README.md +++ b/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. ```