mirror of
https://github.com/diamondburned/arikawa.git
synced 2025-01-06 20:16:59 +00:00
Added tidbits into README
This commit is contained in:
parent
9651de81c6
commit
8ce6e94990
|
@ -49,6 +49,12 @@ library, it is abstracted with an interface, making it possible to implement a
|
||||||
custom remote or local state storage.
|
custom remote or local state storage.
|
||||||
- No code generation: just so the library is a lot easier to maintain.
|
- 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
|
## Testing
|
||||||
|
|
||||||
The package includes integration tests that require `$BOT_TOKEN`. To run these
|
The package includes integration tests that require `$BOT_TOKEN`. To run these
|
||||||
|
|
Loading…
Reference in a new issue