add missing pre-installed cogs

This commit is contained in:
2026-04-14 15:59:34 +00:00
parent 37e5493049
commit f14e2e903a
2 changed files with 122 additions and 0 deletions

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

@@ -0,0 +1,15 @@
{
"description": "Shows this help message",
"usages": ["help"],
"hidden": false,
"messages": {
"upper_desc": "Commands:",
"footer": "If something's wrong, contact the bot owner.",
"pfx_message": "Prefix:"
},
"settings": {
"command_pfx": "!",
"cogs_dir": "..",
"column_width": 20
}
}