From af952edd19b73a58d7a99304ccf99a9e191080a2 Mon Sep 17 00:00:00 2001 From: Tom Aarsen <37621491+tomaarsen@users.noreply.github.com> Date: Tue, 11 May 2021 20:43:05 +0200 Subject: [PATCH] Added separators to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index cbcb2ac..856e6ba 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,8 @@ Note that the | is considered to be *"or"*. In the case of the bold text above, In practice, more frequent phrases will have higher precedence. The more often a phrase is said, the more likely it is to be generated. +--- + ## Generation When a message is generated with `!generate`, a random start of a sentence is picked from the database table of starts of sentences. In our example the randomly picked start is *"Curly fries"*. @@ -185,6 +187,8 @@ This bot is controlled by a `settings.txt` file, which has the following structu I got my real OAuth token from https://twitchapps.com/tmi/. +--- + ## Blacklist You may add words to a blacklist by adding them on a separate line in `blacklist.txt`. Each word is case insensitive. By default, this file only contains `` and ``, which are required for the current implementation.