Added a link to the documentation before Official channel is mentioned, this way there's a more clear sense where the docs are and users won't rush asking for documentation in the channel
Corrected a typo in line 56 (configued -> configured)
Added other Discord API's link's
- s/DiscoClient/Client (was redundant and looked ugly)
- move cached_property to functional utils
- abstract client configuration out to a ClientConfig
- command line utility is now completely isolated from the client
- add ETF (using erlpack) support, optionally enabled via command line
flags (and only works on 2.x because of erlpack)
- Refactor the way gateway events are built a bit
- Add documentation on utilities