Starting from splash screen, and a null issue correction#15
Merged
hexbyt3 merged 2 commits intohexbyt3:mainfrom Jul 13, 2025
Merged
Starting from splash screen, and a null issue correction#15hexbyt3 merged 2 commits intohexbyt3:mainfrom
hexbyt3 merged 2 commits intohexbyt3:mainfrom
Conversation
If you were to attempt to start the bot while the switch is currently at the splash screen it will attempt to connect but never be able to. Added a single instance of pressing A once - Tested this with attemptCount == 2 and it connects just in time for attempt 5, when ``attemptCount == 1`` is the conditional it works as intended, You can now start the bot regardless if you are at the splash screen, or actually in the overworld, and it will eventually connect, update the seed, and run the raid - I added this because I personally always start it when its on the splash screen and got annoyed having to get up to press a and start again.
You should remove the await keyword since EchoUtil.RaidEmbed returns void, and replace null with an empty byte array to satisfy the non-nullable parameter.
hexbyt3
approved these changes
Jul 13, 2025
Owner
|
Thank you |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
[19:00:30] - Xieon-: Two attempts to connect have failed - Pressing A in case our switch is at the splash screen, and not in overworld.
[19:00:30] - Xieon Attempt 2 of 5: Trying to connect online...
[19:00:43] - Xieon Rechecking the online connection status...
[19:00:44] - Xieon Attempt 3 of 5: Trying to connect online...
[19:00:57] - Xieon Rechecking the online connection status...
[19:00:58] - Xieon Attempt 4 of 5: Trying to connect online...
[19:01:11] - Xieon Rechecking the online connection status...
[19:01:11] - Xieon Connection established successfully.