From 2013b29c8bbcfe021fdd2e9bc3d62713398d3120 Mon Sep 17 00:00:00 2001 From: Uwe Pfeifer Date: Wed, 7 May 2025 08:57:30 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bbf4232..dd6cbae 100644 --- a/README.md +++ b/README.md @@ -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 the ext/ folder. - 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. +- Jishaku Documentation: https://jishaku.readthedocs.io/en/latest/index.html # 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.