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

@@ -24,9 +24,9 @@
| general | `help`, `botinfo`, `serverinfo`, `ping`, `feedback`, `uptime` |
| fun | `randomfact`, `coinflip`, `rps`, `8ball`, `minesweeper` |
| moderation | `kick`, `ban`, `nick`, `purge`, `hackban`, `warnings`, `archive`, `timeout` |
| sidestore | `sidestore`, `help`, `refresh`, `code`, `crash`, `pairing`, `server`, `half`, `sparse`, `afc`, `udid` |
| idevice | `idevice`, `help`, `noapps`, `errorcode`, `developermode`, `mountddi` |
| melonx | `melonx`, `help`, `transfer`, `mods`, `gamecrash`, `requirements`, `error`, `26` |
| sidestore | `help`, `refresh`, `code`, `crash`, `pairing`, `server`, `half`, `sparse`, `afc`, `udid` |
| idevice | `help`, `noapps`, `errorcode`, `developermode`, `mountddi` |
| melonx | `help`, `transfer`, `mods`, `gamecrash`, `requirements`, `error`, `26` |
| miscellaneous | `keanu`, `labubu`, `piracy`, `tryitandsee`, `rickroll`, `dontasktoask`, `support`|
| utilities | `translate`, `codepreview`, `dictionary` |
| media | `download`, `mcquote`, `img2gif` |

View File

@@ -20,7 +20,7 @@ def afc_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()

View File

@@ -32,7 +32,7 @@ def code_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()

View File

@@ -15,8 +15,9 @@ def crash_command():
description=(
'# SideStore Crashing After Refresh\n\n---\n\n' +
'First, to try and save your data:\n' +
'1. DON'T DELETE SIDESTORE, reinstall with AltServer's `Sideload .ipa`.\n' +
'If that doesn't work:\n' +
"1. DON'T DELETE SIDESTORE, reinstall with AltServer's `Sideload .ipa`.\n" +
"If that doesn't work:\n" +
'1. Delete your current SideStore. Reinstall with AltServer.\n' +
'2. Import your pairing file and sign into SideStore.\n' +
'3. Download the SideStore .ipa file, and save it to your Files app.\n' +
@@ -25,7 +26,7 @@ def crash_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()

View File

@@ -26,7 +26,7 @@ def half_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()

View File

@@ -31,7 +31,7 @@ def pairing_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()

View File

@@ -25,7 +25,7 @@ def server_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()

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()