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

15
cogs/help/config.json Normal file
View File

@@ -0,0 +1,15 @@
{
"description": "хмм даже не знаюююююю",
"usages": ["help"],
"hidden": false,
"messages": {
"upper_desc": "команды:",
"footer": "что то поломалось - пинг меня\nесли имеются предложения по улучшению, в лс или пинг",
"pfx_message": "префикс:"
},
"settings": {
"command_pfx": "!",
"cogs_dir": "..",
"column_width": 20
}
}