diff --git a/.idea/misc.xml b/.idea/misc.xml index dc9ea49..a6aa8ed 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/.idea/pybot-f.iml b/.idea/pybot-f.iml index d0876a7..2af8bd7 100644 --- a/.idea/pybot-f.iml +++ b/.idea/pybot-f.iml @@ -1,8 +1,10 @@ - - + + + + \ No newline at end of file diff --git a/README.md b/README.md index e3d09be..bcd7904 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,9 @@ more things I will try to implement. Check by from time to time to see what has changed. :) # Installation -Check that you create a venv and then install requirements.txt in there. Then edit the bot.ini.example and move it to bot.ini . +Check that you create a venv and then install requirements.txt in there: + +Then edit the bot.ini.example and move it to bot.ini . After this, run the bot using the venv python interpreter. If you don't want to load the examples, just move them to some other ending (not .py). diff --git a/bot.ini.example b/bot.ini.example index b0d1733..6f8e1c6 100644 --- a/bot.ini.example +++ b/bot.ini.example @@ -4,5 +4,4 @@ ## This is the general bot config section. [General] -bottoken=BOTTOKEN_HERE -loglevel=logging.INFO \ No newline at end of file +bottoken=BOTTOKEN_HERE \ No newline at end of file