Changed bot.ini.example to only have possible options in there.
README.md unchanged but I first wanted to edit it ;D
This commit is contained in:
parent
221f8ceee5
commit
0a0a5bd88d
4 changed files with 9 additions and 6 deletions
2
.idea/misc.xml
generated
2
.idea/misc.xml
generated
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.10" project-jdk-type="Python SDK" />
|
||||
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.10 (pybot-f)" project-jdk-type="Python SDK" />
|
||||
</project>
|
6
.idea/pybot-f.iml
generated
6
.idea/pybot-f.iml
generated
|
@ -1,8 +1,10 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module type="PYTHON_MODULE" version="4">
|
||||
<component name="NewModuleRootManager">
|
||||
<content url="file://$MODULE_DIR$" />
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<content url="file://$MODULE_DIR$">
|
||||
<excludeFolder url="file://$MODULE_DIR$/venv" />
|
||||
</content>
|
||||
<orderEntry type="jdk" jdkName="Python 3.10 (pybot-f)" jdkType="Python SDK" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
</component>
|
||||
</module>
|
|
@ -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).
|
||||
|
|
|
@ -4,5 +4,4 @@
|
|||
## This is the general bot config section.
|
||||
|
||||
[General]
|
||||
bottoken=BOTTOKEN_HERE
|
||||
loglevel=logging.INFO
|
||||
bottoken=BOTTOKEN_HERE
|
Loading…
Add table
Reference in a new issue