The Discord bot developed by freakyy85.
Go to file
Uwe Pfeifer 11ea3c07d1 Some info in administration.py because its obsolete. for managing the bot try the jishaku manual which is loaded by default and a requirement for the bot. Also some spelling corrections and yeah that's it. 2023-10-30 20:42:46 +01:00
.idea Added "/admin say" command. 2023-03-04 13:48:09 +01:00
ext Some info in administration.py because its obsolete. for managing the bot try the jishaku manual which is loaded by default and a requirement for the bot. Also some spelling corrections and yeah that's it. 2023-10-30 20:42:46 +01:00
.gitignore Some info in administration.py because its obsolete. for managing the bot try the jishaku manual which is loaded by default and a requirement for the bot. Also some spelling corrections and yeah that's it. 2023-10-30 20:42:46 +01:00
LICENSE Initial commit 2022-05-15 20:14:33 +00:00
README.md Typo in README ;D 2022-12-23 14:52:35 +01:00
bot.ini.example Some info in administration.py because its obsolete. for managing the bot try the jishaku manual which is loaded by default and a requirement for the bot. Also some spelling corrections and yeah that's it. 2023-10-30 20:42:46 +01:00
pybot-f.py Added jishaku bot utilities for discord.py rewrite bots into requirements.txt . This can be used for syncing the bot commands later. 2023-03-04 14:38:17 +01:00
requirements.txt Added jishaku bot utilities for discord.py rewrite bots into requirements.txt . This can be used for syncing the bot commands later. 2023-03-04 14:38:17 +01:00

README.md

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

  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.

Bugs

If you find a bug or have a feature request, visit https://git.bitsnbytes.chat/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. :)