diff --git a/README.md b/README.md index 3f4f2bb..9cfef4d 100644 --- a/README.md +++ b/README.md @@ -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