bugfixes regarding logging, api and db working; small fixes in all of the cogs; moved all the configurable information to the config.py

This commit is contained in:
2026-03-09 01:56:07 +05:00
parent 417c5daa60
commit 4ace3b6611
12 changed files with 513 additions and 651 deletions

5
.gitignore vendored Normal file
View File

@@ -0,0 +1,5 @@
.env
bot.log
__pycache__/
*.pyc
2.3.0