Skip to content

Commit

Permalink
soap.py: reword soapsubmitter (#1387)
Browse files Browse the repository at this point in the history
* soap.py: reword instructions for manual url

* soap.py: reword again and linting

* soap.py: add "HOME Menu" to line 150
  • Loading branch information
fyredragon69 authored Jan 12, 2025
1 parent 736d4f5 commit fc45748
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions cogs/soap.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,15 @@ async def soaplottery(self, ctx: GuildContext):
async def soapsubmitter(self, ctx: GuildContext):
"""Sends soap submitter message. crc, small help, helper+ only."""
await ctx.send("**__Essential.exefs submitter__**\n"
"Scan this QR code in FBI by going to `Remote Install -> Scan QR Code`\n"
"https://nintendohomebrew.com/assets/img/essentialcia-qr.png\n"
"Once it's installed, close FBI and open the newly installed app\n"
"You can use an essential submitter app to submit your information wirelessly.\n"
"To install launch **FBI**, and select `Remote Install -> Scan QR Code` and scan the QR code.\n"
"Alternatively, if your camera isn't working, you can instead type the url by selecting\n"
"`Remote Install -> Manually Enter URLs` and typing in <https://uwu.tax/essentialcia>.\n"
"https://nintendohomebrew.com/assets/img/essentialcia-qr.png\n\n"
"Once it's installed, close FBI and open the newly installed app on the HOME Menu.\n"
"After opening the app, press <:3ds_button_y:295004484810047489> to type in your Discord name, then press OK.\n"
"Tap the :soap: icon on the bottom screen to submit your info."
"Tap the :soap: icon on the bottom screen to submit your info.\n"
"Please let us know once you have submitted."
)


Expand Down

0 comments on commit fc45748

Please sign in to comment.