Update README.md

This commit is contained in:
Uwe Pfeifer 2025-05-07 08:57:30 +02:00
parent 4fc76b4dfd
commit 2013b29c8b

View file

@ -26,8 +26,9 @@ If you find a bug or have a feature request, visit https://code.nextgamers.eu/fr
- Extensions are how you create "plugins/modules" for the bot to provide additional features. There are some .example extension files in - Extensions are how you create "plugins/modules" for the bot to provide additional features. There are some .example extension files in
the ext/ folder. the ext/ folder.
- If you need more information visit https://discordpy.readthedocs.io/en/latest/index.html#extensions and read about extensions there. - If you need more information visit https://discordpy.readthedocs.io/en/latest/index.html#extensions and read about extensions there.
- The jishaku extension is always loaded and downloaded from the network on requirement.txt updates. The module provides administration commands. - The Jishaku extension is always loaded and downloaded from the network on requirement.txt updates. The module provides administration commands.
it is not written by me. it is not written by me.
- Jishaku Documentation: https://jishaku.readthedocs.io/en/latest/index.html
# Notes # Notes
- There is a .gitignore which ignores things like bot.ini and bot.log with git so passwords and logs are not getting commited to git. - There is a .gitignore which ignores things like bot.ini and bot.log with git so passwords and logs are not getting commited to git.