From 9943e6fcc30aa4876fe9f826f16a7c9a6a150030 Mon Sep 17 00:00:00 2001 From: CelloSerenity <195480169+CelloSerenity@users.noreply.github.com> Date: Sun, 5 Oct 2025 22:14:56 -0600 Subject: [PATCH] YOU --- cogs/sidestore/crash.py | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/cogs/sidestore/crash.py b/cogs/sidestore/crash.py index 7c8017e..cdc6572 100644 --- a/cogs/sidestore/crash.py +++ b/cogs/sidestore/crash.py @@ -14,11 +14,13 @@ def crash_command(): color=0x8e82f9, description=( '# SideStore Crashing After Refresh\n\n---\n\n' + - '1. Delete your current SideStore.\n' + - '2. Reinstall with AltServer.\n' + - '3. Select the pairing file and sign into SideStore.\n' + - '4. Download the SideStore .ipa file, and save it to your Files app.\n' + - '5. Import the "Sidestore.ipa" file into SideStore, just like how you import any other IPA.\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. 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' + + '4. Import the "Sidestore.ipa" file into SideStore, just like how you import any other IPA.\n\n' + 'This process ensures SideStore is refreshed without issues.' ) )