- Added `webhook` property to `access_token`, will be a [webhook object](https://discord.com/developers/docs/resources/webhook#webhook-object) if the `webhook` scope is provided otherwise it will be `None`.
- Added `guild` property to `access_token`, will be a [guild object](https://discord.com/developers/docs/resources/guild#guild-object) that the bot joined if the `bot` scope was provided otherwise it will be `None`
- `Exception` is raised if an HTTP error occurs in `discordoauth2.exchange_code` or `discordoauth2.refresh_token`
_No code should break this release, but it may next release._