cogs refactoring, removing useless bloat, main.py refactor

This commit is contained in:
2026-04-03 21:24:24 +05:00
commit 6c9a482ee7
14 changed files with 537 additions and 0 deletions

10
bot_config.json Normal file
View File

@@ -0,0 +1,10 @@
{
"settings": {
"command_prefix": "!",
"sync_commands": true
},
"cogs": [
"cogs.uptime.uptime",
"cogs.help.help"
]
}