You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 24, 2024. It is now read-only.
Sometimes after a restart, Discord isn't launched when I run the program. This can be due to it updating and not having the pipe available yet, or it may simply not be launched. I think the program should:
Wait a few moments if the Discord updater or Discord is found but the pipe isn't ready yet
Occasionally re-scan for Discord and attempt to re-establish the pipe if it isn't present (this could be a config option if performance is an issue)
The text was updated successfully, but these errors were encountered:
Simple .bat, should be simple to incorporate into the code. TASKLIST | FINDSTR ProgramName || START "" C:\Users\%username%\AppData\Local\Discord\app-1.0.9002\Discord.exe"
It won't launch multiple instances as native Discord doesn't support it. @colinhartigan
Sometimes after a restart, Discord isn't launched when I run the program. This can be due to it updating and not having the pipe available yet, or it may simply not be launched. I think the program should:
The text was updated successfully, but these errors were encountered: