My little modular Discord Bot made in Python3.
Find a file
2022-06-27 22:43:00 +02:00
.idea some first code added. hope the bot.ini doesnt get uploaded. :) for it to work, rename bot.ini.example to bot.ini, edit the file and install discord.py dependency. 2022-05-26 15:43:30 +02:00
ext Some minor things ... 2022-05-26 23:41:17 +02:00
.gitignore some first code added. hope the bot.ini doesnt get uploaded. :) for it to work, rename bot.ini.example to bot.ini, edit the file and install discord.py dependency. 2022-05-26 15:30:48 +02:00
bot.ini.example some first code added. hope the bot.ini doesnt get uploaded. :) for it to work, rename bot.ini.example to bot.ini, edit the file and install discord.py dependency. 2022-05-26 15:44:36 +02:00
LICENSE Initial commit 2022-05-15 20:14:33 +00:00
pybot-f.py Testing 2022-05-27 19:35:46 +02:00
README.md Just showing something 2022-06-27 22:43:00 +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.

Note

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