feat: refresh command and update GitHub links

Introduces a new 'refresh' command for troubleshooting app refresh/install issues. Updates 'Edit Command' button URLs in code, pairing, server, and sparse cogs to point directly to their respective source files on GitHub. Removes timestamp from server cog footer.
This commit is contained in:
neoarz
2025-09-17 08:30:05 -04:00
parent a9edf7a423
commit 54c0da4d29
6 changed files with 61 additions and 5 deletions

View File

@@ -30,7 +30,7 @@ class Sparse(commands.Cog, name="sparse"):
view.add_item(discord.ui.Button(
label="Edit Command",
style=discord.ButtonStyle.secondary,
url="https://github.com/neoarz/syntrel",
url="https://github.com/neoarz/syntrel/blob/main/cogs/sidestore/sparse.py",
emoji="<:githubicon:1417717356846776340>"
))
view.add_item(discord.ui.Button(