From abebd0622793037c8bce7b71c355f4bca52ca72d Mon Sep 17 00:00:00 2001 From: CelloSerenity <195480169+CelloSerenity@users.noreply.github.com> Date: Sun, 5 Oct 2025 21:41:04 -0600 Subject: [PATCH] NEVER --- cogs/sidestore/afc.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cogs/sidestore/afc.py b/cogs/sidestore/afc.py index 5017fea..3b6d10b 100644 --- a/cogs/sidestore/afc.py +++ b/cogs/sidestore/afc.py @@ -14,8 +14,9 @@ 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")