diff --git a/README.md b/README.md index d99d78c..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`, `refresh`, `code`, `crash`, `pairing`, `server`, `half`, `sparse`, `afc`, `udid` | -| idevice | `idevice`, `noapps`, `errorcode`, `developermode`, `mountddi` | -| melonx | `melonx`, `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 5017fea..49007e9 100644 --- a/cogs/sidestore/afc.py +++ b/cogs/sidestore/afc.py @@ -14,12 +14,13 @@ def afc_command(): color=0x8e82f9, description=( '# AFC Connection Failure\n\n---\n\n' + - '1. Make sure StosVPN is connected\n' + - '2. If issue still persists, generate and import a new pairing file using `idevice_pair`. See [Pairing File instructions](https://docs.sidestore.io/docs/installation/pairing-file) for details' + '1. Make sure Wi-Fi is connected to a stable network\n' + + '2. Make sure StosVPN is connected and updated\n' + + '3. If issue still persists, generate and import a new pairing file using `idevice_pair`. See [Pairing File instructions](https://docs.sidestore.io/docs/installation/pairing-file) for details' ) ) 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 d641036..37cba4a 100644 --- a/cogs/sidestore/code.py +++ b/cogs/sidestore/code.py @@ -24,15 +24,15 @@ def code_command(): '2. **For iOS versions 18.1 and above:**\n' + ' - Visit [iCloud](https://www.icloud.com) on a web browser\n' + ' - Click "Sign In"\n' + - ' - When prompted, you will see two options: "Sign In" and "Use Different Apple Account"\n' + + ' - On an Apple device, you may see two options: "Sign In" and "Use Different Apple Account"\n' + ' - Select the bottom option, "Use Different Apple Account"\n' + - ' - Enter your Apple ID and password\n' + + ' - Enter your Apple ID and password, DO NOT USE A PASSKEY\n' + ' - Apple will send you a verification code\n' + - ' - Use this code in Sidestore to complete the sign-in process\n' + ' - Use this code in SideStore to complete the sign-in process\n' ) ) 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 36f99e4..cb26f07 100644 --- a/cogs/sidestore/crash.py +++ b/cogs/sidestore/crash.py @@ -13,17 +13,20 @@ def crash_command(): embed = discord.Embed( 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' + + '# 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. 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.' ) ) 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 00889c8..0c71e4e 100644 --- a/cogs/sidestore/half.py +++ b/cogs/sidestore/half.py @@ -13,8 +13,8 @@ def half_command(): embed = discord.Embed( color=0x8e82f9, description=( - '# Sidestore/IPAs Stuck Halfway Through Installing or Refreshing\n\n---\n' + - '### Make Sure You are on the Latest Version of SideStore\n\n' + + '# SideStore/IPAs Stuck Halfway Through Installing or Refreshing\n\n---\n' + + '- Make sure you are on the latest version of SideStore\n' + '- Restart SideStore\n' + '- Restart device\n' + '- Clear Cache\n' + @@ -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 22730c8..e4176ea 100644 --- a/cogs/sidestore/pairing.py +++ b/cogs/sidestore/pairing.py @@ -22,16 +22,16 @@ def pairing_command(): ' - Rename the file to `ALTPairingFile.mobiledevicepairing`\n' + ' - Try moving the pairing file to the root directory of the SideStore folder in the Files app under "On My iPhone/iPad"\n\n' + '3. **Certificate Signing:**\n' + - " When signing Sidestore with certain certificates, you won't be able to select the pairing file from within the app\n" + + " When signing SideStore with certain certificates, you won't be able to select the pairing file from within the app\n" + ' - Try the fix mentioned above\n' + - ' - If you do not see the Sidestore folder in the Files app:\n' + + ' - If you do not see the SideStore folder in the Files app:\n' + ' • Connect your phone to your computer\n' + - ' • Drag and drop the pairing file into the Sidestore app\'s files section\n' + + ' • Drag and drop the pairing file into the SideStore app\'s files section\n' + ' • Ensure the file is renamed to `ALTPairingFile.mobiledevicepairing`\n' ) ) 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 4d2a6cf..612eb70 100644 --- a/cogs/sidestore/server.py +++ b/cogs/sidestore/server.py @@ -13,7 +13,7 @@ def server_command(): embed = discord.Embed( color=0x8e82f9, description=( - '# Sidestore Freezing or Displaying an Error Code During Sign-In\n\n---\n\n' + + '# SideStore Freezing or Displaying an Error Code During Sign-In\n\n---\n\n' + '1. **Change the Anisette Server:**\n' + ' The most common solution is to switch to a different Anisette server. Do this:\n' + ' - Open Sidestore settings\n' + @@ -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 660d5e1..9de3631 100644 --- a/cogs/sidestore/udid.py +++ b/cogs/sidestore/udid.py @@ -14,12 +14,12 @@ def udid_command(): color=0x8e82f9, description=( '# SideStore Could Not Determine Device UDID\n\n---\n\n' + - 'This error usually occurs when the pairing file is corrupted. Please generate a new pairing file and try again.\n\n' + + 'This error usually occurs when the pairing file is corrupted. Please create a new pairing file using `idevice_pair` and try again.\n\n' + 'If you forgot how to generate a new pairing file, you can refer to the documentation below.' ) ) 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()