mirror of
https://github.com/neoarz/Syntrel.git
synced 2025-12-25 11:40:12 +01:00
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:
@@ -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>",
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user