My little modular Discord Bot made in Python3.
Find a file
2022-09-04 16:16:15 +02:00
.idea just last line in pybot-f.py and to have all changes on the gitea :) 2022-09-04 16:16:15 +02:00
ext Some minor things ... 2022-05-26 23:41:17 +02:00
.gitignore Changed logfile to bot.log and added it to gitignore. 2022-08-17 00:26:34 +02:00
bot.ini.example Changed bot.ini.example to only have possible options in there. 2022-09-02 21:57:56 +02:00
LICENSE Initial commit 2022-05-15 20:14:33 +00:00
pybot-f.py just last line in pybot-f.py and to have all changes on the gitea :) 2022-09-04 16:16:15 +02:00
README.md Changed bot.ini.example to only have possible options in there. 2022-09-02 21:57:56 +02:00
requirements.txt adding requirements.txt :) 2022-05-26 22:47:24 +02:00

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