From a6271455db8776ef74d8c6f37f22c46d96c2de70 Mon Sep 17 00:00:00 2001 From: Anon Date: Thu, 14 Jul 2022 13:26:25 -0700 Subject: [PATCH] Updated documentation --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b1e8a67..f94d9c8 100644 --- a/README.md +++ b/README.md @@ -51,8 +51,6 @@ source ./venv/bin/activate deactivate ``` -**NOTE:** Yandere Lewd Bot only requieres write permissions. When prompted you should accept the default permission unless extending the bot's default functionality. - If you did everything correctly you should see `Success! :)` at the end of the terminal, as well as your credentials in the format below: ```text settings_server = OrderedDict([ @@ -114,7 +112,7 @@ screen -ls Ctrl+a k y # Scroll back Ctrl+a ESC Page Up -# End scroll back +# Cancel scroll back ESC ``` ## A Master Blacklist @@ -130,7 +128,7 @@ Configuration files for Yandere Lewd Bot are just python files. Because of this # Post to an alt account using the exact same settings as the main configuration file # Run with the following command: ./run.sh -c alt -# cfg.py is the default configuration. You should set this to whatever you are overriding. +# cfg.py is the default configuration. from cfg import * settings_server = OrderedDict([ @@ -163,7 +161,7 @@ settings_behavior["master_blacklist_w"] = ("./md5/blacklist_alt.txt",) # An xmas themed config file! # Run with the following command: ./run.sh -c xmas -# cfg.py is the default configuration. You should set this to whatever you are overriding. +# cfg.py is the default configuration. from cfg import * settings_behavior["master_list"] = ("./md5/event_xmas.txt",)