Added
- Documentation!
- helper.CommandHandler added to bind Interaction responses from the API to local code in a sane way.
- client.DiscordClient.register_class wrapper added to allow users to wrap their handlers in classes.
Changed
- Updated client.DiscordClient.register_handler to support async and sync functions.
Removed
- Cleaned out some to_dict() functions from objects that we will never really need to turn into dicts.