fix: Update to iloader and fix broken links (#26)

* Update afc.py

* Update afc.py

* Update error message and documentation link for UDID

* Update pairing file instructions and documentation URL

* Update pairing file instructions in refresh.py

* Update sparse.py

* NOTE TO SELF: This can probably be removed altogether or modified drastically because we don’t use jitterbug anymore

* Update jit26.py
This commit is contained in:
CelloSerenity
2025-11-27 12:14:49 -07:00
committed by GitHub
parent 23790c46b4
commit 0d3fcb8146
7 changed files with 13 additions and 13 deletions

View File

@@ -11,8 +11,8 @@ 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 create a new pairing file using `idevice_pair` and try again.\n\n"
+ "If you forgot how to create a new pairing file, you can refer to the documentation below."
+ "This error usually occurs when the pairing file is corrupted. Please replace your pairing file using `iloader` and try again.\n\n"
+ "If you forgot how to replace your pairing file, you can refer to the documentation below."
),
)
embed.set_author(
@@ -35,7 +35,7 @@ def udid_command():
discord.ui.Button(
label="Documentation",
style=discord.ButtonStyle.secondary,
url="https://docs.sidestore.io/docs/installation/pairing-file/",
url="https://docs.sidestore.io/docs/advanced/pairing-file/",
emoji="<:sidestorepride:1417717648795631787>",
)
)