feat: pairing command and update SideStore help

Introduces a new 'pairing' command for troubleshooting pairing file issues in SideStore. Updates help.py to include the 'sidestore' category and related commands, and refines embed footers in code.py, server.py, and sparse.py for consistency.
This commit is contained in:
neoarz
2025-09-17 08:09:19 -04:00
parent 4d7b23dae2
commit a9edf7a423
4 changed files with 75 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ class Sparse(commands.Cog, name="sparse"):
)
)
embed.set_author(name="SideStore", icon_url="https://github.com/SideStore/assets/blob/main/icons/classic/Default.png?raw=true")
embed.set_footer(text=f'Last Edited by neoarz | Last updated at {int(time.time())}')
embed.set_footer(text=f'Last Edited by neoarz')
embed.timestamp = discord.utils.utcnow()
view = discord.ui.View()