-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't working
Description
When running the bot in a container, the bot will crash and the service will fail if the network takes too long to initialize. The crash report states that it could not connect to discord's api and then exits.
possible solutions:
- ping discord's api and only start the bot once the ping succeeds
- easiest solution
- only works at startup
- keep trying to connect until it finally succeeds
- slightly harder to implement
- can work any time (ex: connection restarts while bot is running)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working