mirror of
https://github.com/neoarz/Syntrel.git
synced 2025-12-25 11:40:12 +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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user