Added some docs and made everything work which I implemented since now. :)
This commit is contained in:
parent
c28998b74a
commit
66b46e54f4
1 changed files with 9 additions and 2 deletions
11
README.md
11
README.md
|
@ -2,7 +2,14 @@
|
|||
|
||||
The Discord bot developed by freakyy85.
|
||||
|
||||
I develop this bot using discord.py. It should feature slash-commands, extensions inside a modules/ folder, and many
|
||||
I develop this bot using discord.py. It should feature slash-commands, extensions inside a ext/ folder, and many
|
||||
more things I will try to implement.
|
||||
|
||||
Check by from time to time to see what has changed. :)
|
||||
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 .
|
||||
After this, run the bot using the venv python interpreter.
|
||||
|
||||
# Note
|
||||
A better description and HowTo will follow someday. :)
|
Loading…
Add table
Reference in a new issue