- Added VoiceState endpoints - Added more docs to few components
1.3.17
- Cooldown system implemented - Emojis on application endpoints added - Code cleanup - Access to current command through `Context.command` - New error `CommandOnCooldown` added - Support for `Union[*Channel]` added to have multiple channel selection
1.3.16
This update simply makes it better to fetch all entitlements that a bot has using the same method of getting messages and voter users
1.3.15
- Improved `raw_interaction` event to not be altered, rather make a copy of it - Added support for poll in messages - Added premium button support, with `view.Premium` as an alias - Added new permissions to the flag
1.3.14
- Add Automod Block error - Fix `discord_http.View` not working inside a `discord_http.Message`
1.3.13
- Removed property value of `is_X` functions for consistency - Made `discord_http.Loop` have less confusing variable names that are public (to not conflict with inner variables) - Added `Client.get_partial_sku()` - Added `Entitlements.consume()` to support the new SKU and entitlements - Added the new enum values for Entitlement and SKU under `enums.EntitlementType` and `enums.SKUType`