From 18bac4a125a1926bb58e1d9dd1463138ead7e33c Mon Sep 17 00:00:00 2001 From: neoarz Date: Mon, 6 Oct 2025 08:38:39 -0400 Subject: [PATCH] fix(crash): use double quotes to not break file - update files last updated - remove original names since using /(command group) help is better --- README.md | 6 +++--- cogs/sidestore/afc.py | 2 +- cogs/sidestore/code.py | 2 +- cogs/sidestore/crash.py | 7 ++++--- cogs/sidestore/half.py | 2 +- cogs/sidestore/pairing.py | 2 +- cogs/sidestore/server.py | 2 +- cogs/sidestore/udid.py | 2 +- 8 files changed, 13 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index a4d1af3..b05cec9 100644 --- a/README.md +++ b/README.md @@ -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` | diff --git a/cogs/sidestore/afc.py b/cogs/sidestore/afc.py index 3b6d10b..49007e9 100644 --- a/cogs/sidestore/afc.py +++ b/cogs/sidestore/afc.py @@ -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() diff --git a/cogs/sidestore/code.py b/cogs/sidestore/code.py index 6fd762d..37cba4a 100644 --- a/cogs/sidestore/code.py +++ b/cogs/sidestore/code.py @@ -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() diff --git a/cogs/sidestore/crash.py b/cogs/sidestore/crash.py index cdc6572..cb26f07 100644 --- a/cogs/sidestore/crash.py +++ b/cogs/sidestore/crash.py @@ -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() diff --git a/cogs/sidestore/half.py b/cogs/sidestore/half.py index 72b92df..0c71e4e 100644 --- a/cogs/sidestore/half.py +++ b/cogs/sidestore/half.py @@ -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() diff --git a/cogs/sidestore/pairing.py b/cogs/sidestore/pairing.py index 16722c1..e4176ea 100644 --- a/cogs/sidestore/pairing.py +++ b/cogs/sidestore/pairing.py @@ -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() diff --git a/cogs/sidestore/server.py b/cogs/sidestore/server.py index cf504e8..612eb70 100644 --- a/cogs/sidestore/server.py +++ b/cogs/sidestore/server.py @@ -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() diff --git a/cogs/sidestore/udid.py b/cogs/sidestore/udid.py index f6de768..9de3631 100644 --- a/cogs/sidestore/udid.py +++ b/cogs/sidestore/udid.py @@ -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()