My little modular Discord Bot made in Python3.
.idea | ||
ext | ||
.gitignore | ||
bot.ini.example | ||
LICENSE | ||
pybot-f.py | ||
README.md | ||
requirements.txt |
pybot-f
The Discord bot developed by freakyy85.
I develop this bot using discord.py. It should feature slash-commands, extensions inside an ext/ folder, and many 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 .
- Run the bot by using your venv interpreter.
Bugs
If you find a bug or have a feature request, visit https://code.nextgamers.eu/freaky/pybot-f/issues .
If you don't want to load the example extensions, just move them to some other ending (not .py).
Note
A better description and HowTo will follow someday, maybe in the wiki. :)