2022-05-15 20:14:33 +00:00
|
|
|
# pybot-f
|
|
|
|
|
2022-05-15 22:33:30 +02:00
|
|
|
The Discord bot developed by freakyy85.
|
|
|
|
|
2022-05-27 10:20:21 +02:00
|
|
|
I develop this bot using discord.py. It should feature slash-commands, extensions inside a ext/ folder, and many
|
2022-05-26 15:30:48 +02:00
|
|
|
more things I will try to implement.
|
2022-05-15 22:33:30 +02:00
|
|
|
|
2022-05-27 10:20:21 +02:00
|
|
|
Check by from time to time to see what has changed. :)
|
|
|
|
|
|
|
|
# Installation
|
2022-11-09 21:23:10 +01:00
|
|
|
1. Check that you create a venv and then install requirements.txt in there.
|
|
|
|
2. Then edit the bot.ini.example and move it to bot.ini .
|
|
|
|
3. Run the bot by using your venv interpreter.
|
2022-09-02 21:57:56 +02:00
|
|
|
|
2022-11-10 22:25:01 +01:00
|
|
|
# Bugs
|
|
|
|
If you find a bug or have a feature request, visit https://git.bitsnbytes.chat/freaky/pybot-f/issues .
|
2022-11-09 21:23:10 +01:00
|
|
|
|
|
|
|
If you don't want to load the example extensions, just move them to some other ending (not .py).
|
2022-06-27 22:45:49 +02:00
|
|
|
|
2022-05-27 10:20:21 +02:00
|
|
|
# Note
|
2022-11-09 21:23:50 +01:00
|
|
|
A better description and HowTo will follow someday, maybe in the wiki. :)
|