Improvements
- Add `GuildFeature.internal_employee_only`.
- Add `GuildFeature.channel_banners`.
- Add `Guild.boost_progress_bar_enabled`.
- Add `boost_progress_bar_enabled` change key converter for audit logs.
- Add `boost_progress_bar_enabled` parameter to `Guild.precreate`.
- Add `boost_progress_bar_enabled` parameter to `Client.guild_edit`.
- Add `boost_progress_bar_enabled` parameter to `Client.guild_create`.
- Add `DiscordException.sent_data`.
- Add `DiscordException.received_data`.
- Add `ERROR_CODES.exactly_one_guild_id_parameter_is_required`.
- Add `channel_banner_url` for future reference.
- Add `channel_banner_url_as` for future reference.
- Add `GuildProfile.timed_out_until`.
- Add `repeat_timeout.
- Rename `GUILD_SCHEDULED_EVENT_USER_CREATE` to `GUILD_SCHEDULED_EVENT_USER_ADD`.
- Rename `GUILD_SCHEDULED_EVENT_USER_DELETE` to `GUILD_SCHEDULED_EVENT_USER_REMOVE`.
- Add `ScheduledEventSubscribeEvent`.
- Add `ScheduledEventUnsubscribeEvent`.
- `Client.events.scheduled_event_user_subscribe` now accepts 2 parameters.
- `Client.events.scheduled_event_user_unsubscribe` now accepts 2 parameters.
- Add `timed_out_until` parameter to `Client.client_guild_profile_edit`.
- Add `timed_out_until` parameter to `Client.user_guild_profile_edit`.
- Add `timed_out_until` change key converter for audit logs.
- Add `HATA_LIBRARY_URL` environmental variable.
- Newly added `launch` event handlers will be ensured instantly if launch was already called.
ext.slash
- Add `ComponentCommand.name`.
- Add `name` parameter to `ComponentCommand.__new__`.
- `_render_application_command_exception` now uses `repr(command)`.
Bug Fixes
ext.slash
- `ComponentCommand.__new__` could raise exception with bad error message.
- `SlasherApplicationCommand.__new__` could pass `None` to `raw_name_to_display` dropping `TypeError` if routing.
Renames, Deprecation & Removals
- Deprecate `DiscordException.data`, use `.received_data` instead.
- Rename `DiscordException._cr_code` to `._get_code`.
- Rename `DiscordException._cr_messages` to `._create_messages`.