1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2025-01-05 03:37:08 +00:00

Added tidbits into README

This commit is contained in:
diamondburned (Forefront) 2020-01-18 22:17:29 -08:00
parent 9651de81c6
commit 8ce6e94990

View file

@ -49,6 +49,12 @@ library, it is abstracted with an interface, making it possible to implement a
custom remote or local state storage.
- No code generation: just so the library is a lot easier to maintain.
## You-should-knows
- 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`.
## Testing
The package includes integration tests that require `$BOT_TOKEN`. To run these