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:
neoarz
2025-09-29 08:14:33 -04:00
parent b6c74828f1
commit a7cdeee470
3 changed files with 82 additions and 9 deletions

View File

@@ -109,7 +109,7 @@ class SidestoreView(discord.ui.View):
def sidestore_command():
@commands.hybrid_command(
name="sidestore", description="SideStore troubleshooting and help"
name="help", description="SideStore troubleshooting and help"
)
async def sidestore(self, context):
embed = discord.Embed(