mirror of
https://github.com/neoarz/Syntrel.git
synced 2025-12-25 03:40:11 +01:00
refactor(SideStore): help command structure
Reorganized SideStore commands to use a group structure, added individual subcommands for troubleshooting topics, and updated the help command to provide a dropdown for specific issues. This improves command discoverability and user experience.
This commit is contained in:
@@ -37,7 +37,6 @@ class Help(commands.Cog, name="help"):
|
||||
async def help(self, context: Context, category: str = None) -> None:
|
||||
|
||||
category_mapping = {
|
||||
# Command Groups (using __init__.py structure)
|
||||
"general": "general",
|
||||
"fun": "fun",
|
||||
"idevice": "idevice",
|
||||
@@ -46,7 +45,6 @@ class Help(commands.Cog, name="help"):
|
||||
"sidestore": "sidestore",
|
||||
"utilities": "utilities",
|
||||
|
||||
# Individual Owner Commands (exception)
|
||||
"sync": "owner",
|
||||
"logs": "owner",
|
||||
"invite": "owner",
|
||||
|
||||
Reference in New Issue
Block a user