Improvements
- Add `bind`. (Forest2913)
- Add `ERROR_CODES.invalid_json`.
- Add `format_loop_time`.
- Add `ApplicationFlag.embedded_released`.
- Add `ApplicationFlag.embedded_first_party`.
- Add `ApplicationCommandOptionType.attachment`.
- Add `creator` change key converter for audit logs.
- Add `entity_id` change key converter for audit logs.
- Add `entity_metadata` change key converter for audit logs.
- Add `end` change key converter for audit logs.
- Add `start` change key converter for audit logs.
- Add `GuildJoinRequestStatus`.
- Add missing `EventBase.__eq__`.
- Add missing `EventBase.__hash__`.
- Add missing `ReactionAddEvent.__eq__`.
- Add missing `ReactionAddEvent.__hash__`.
- Add missing `ReactionAddEvent.__eq__`.
- Add missing `ReactionAddEvent.__hash__`.
- Add missing `ReactionDeleteEvent.__eq__`.
- Add missing `ReactionDeleteEvent.__hash__`.
- Add missing `GuildUserChunkEvent.__eq__`.
- Add missing `GuildUserChunkEvent.__hash__`.
- Add missing `VoiceServerUpdateEvent.__eq__`.
- Add missing `VoiceServerUpdateEvent.__hash__`.
- `ScheduledEventUnsubscribeEvent` is now subclass of `ScheduledEventSubscribeEvent`.
- Add missing `ScheduledEventUnsubscribeEvent.__eq__`.
- Add missing `ScheduledEventUnsubscribeEvent.__hash__`.
- Add missing `ScheduledEventSubscribeEvent.__eq__`.
- Add missing `ScheduledEventSubscribeEvent.__hash__`.
- Add `GuildJoinRequest`.
- Add `GuildJoinRequestStatus`.
- Add `GuildRequestFormResponse`.
- Add `GuildFeature.role_subscription_purchasable`.
- Add `GuildFeature.text_in_voice_enabled`.
- Add `GuildFeature.has_directory_entry`.
- Add `GuildFeature.linked_to_hub`.
- Add `MessageFlag.failed_to_mention_some_roles_in_thread`.
- Add `VerificationScreenStepType.text input`.
- Add `VerificationScreenStepType.paragraph`.
- Add `VerificationScreenStepType.multiple_choices`.
- Add `VerificationScreenStepType.verification`.
- Add `VerificationFieldPlatform` (name might change later).
- Add `GuildJoinRequestDeleteEvent`.
- Add `Client.events.guild_join_request_create`.
- Add `Client.events.guild_join_request_delete`.
- Add `Client.events.guild_join_request_update`.
- Add `Guild._embedded_activity_states`.
- Add `EmbeddedActivityState`.
- Add `EMBEDDED_ACTIVITY_STATES`.
- Add `Client.events.embedded_activity_create`.
- Add `Client.events.embedded_activity_delete`.
- Add `Client.events.embedded_activity_update`.
- Add `Client.events.embedded_activity_user_add`.
- Add `Client.events.embedded_activity_user_delete`.
- Add `ApplicationCommandInteraction.resolved_attachments`.
- Move message history to it's own class to reduce the cost of channel, with no messages.
- `ChannelVoice` now supports receiving messages.
- `ChannelStage` now supports receiving messages.
- Add `InteractionEvent.locale`.
- Add `InteractionEvent.guild_locale`.
- Add `Client.events.unknown_dispatch_event`.
- `user_avatar_url_for` now accepts `guild` as `int`.
- `user_avatar_url_for_as` now accepts `guild` as `int`.
- `user_avatar_url_at` now accepts `guild` as `int`.
- `user_avatar_url_at_as` now accepts `guild` as `int`.
ext.asyncio
- Add attachment converter to slash commands.
Bug Fixes
- Another `KeyError` in `DiscordGateway._received_message` when using fosscord. (Forest2913)
- `ReactionDeleteEvent` had duped slots.
- Fix an `AttributeError` in `GuildUserChunkEvent.__new__` when user caching is disabled (you don not get the event,
at that case anyways).
Renames, Deprecation & Removals
- Deprecate `Client.events.guild_join_reject` in favor of `.guild_join_request_delete`.