pybot-f/README.md
Uwe Pfeifer 0a0a5bd88d Changed bot.ini.example to only have possible options in there.
README.md unchanged but I first wanted to edit it ;D
2022-09-02 21:57:56 +02:00

613 B

pybot-f

The Discord bot developed by freakyy85.

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. :)

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.

If you don't want to load the examples, just move them to some other ending (not .py).

Note

A better description and HowTo will follow someday. :))