README: Updated reconnect behavior

This commit is contained in:
diamondburned (Forefront) 2020-02-21 23:58:01 -08:00
parent ee60638a55
commit 02987206ab
1 changed files with 4 additions and 2 deletions

View File

@ -64,9 +64,11 @@ things in the state, which is useful for keeping it updated.
## You-should-knows
- The bot will fatally exit if it fails to reconnect to the Gateway after a
- ~~The bot will fatally exit if it fails to reconnect to the Gateway after a
certain amount of times. This is changeable in `gateway.WSFatal`, or
`(*Gateway).FatalLog`.
`(*Gateway).FatalLog`.~~
- The bot will error out if the initial connection fails. However, reconnections
will be retried forever until it succeeds.
## Testing