fix(crash): use double quotes to not break file

- update files last updated
- remove original names since using /(command group) help is better
This commit is contained in:
neoarz
2025-10-06 08:38:39 -04:00
parent 7dc62b9340
commit 18bac4a125
8 changed files with 13 additions and 12 deletions

View File

@@ -19,7 +19,7 @@ def udid_command():
)
)
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')
embed.set_footer(text=f'Last Edited by CelloSerenity')
embed.timestamp = discord.utils.utcnow()
view = discord.ui.View()