Improvements
- Add `ERROR_CODES.cannot_update_finished_scheduled_event`.
- Add `ERROR_CODES.failed_to_create_stage_needed_for_scheduled_event`.
- Add `banner` parameter to `ChannelText.precreate`.
- Add `ChannelText.banner`.
- Add `ApplicationInstallParameters`.
- Add `Application.custom_install_url`.
- Add `Application.install_parameters`.
- Add `Application.tags`.
- Add `TextInputStyle`.
- Add `InteractionType.form_submit`.
- Add `ComponentType.text_input`.
- Add `ComponentTextInput`.
- Rename `coro` to `coroutine` and `fut` to `future` everywhere. This might break some code.
- Add missing `ComponentSelectOption.__eq__`.
- Add `Permission.moderate_members`.
- Add `AuditLogIterator.scheduled_events`.
- Add `AuditLog.scheduled_events`.
- Add missing `ComponentBase.__new__`.
- Add `InteractionForm`.
- Add `FormSubmitInteraction`.
- Add missing `ApplicationCommandInteraction.__hash__`.
- Add missing `ApplicationCommandInteraction.__eq__`.
- Add missing `ApplicationCommandInteractionOption.__hash__`.
- Add missing `ApplicationCommandInteractionOption.__eq__`.
- Add missing `ApplicationCommandAutocompleteInteractionOption.__hash__`.
- Add missing `ApplicationCommandAutocompleteInteractionOption.__eq__`.
- `ApplicationCommandAutocompleteInteraction` not inherits anymore from `DiscordEntity`.
- Add missing `ApplicationCommandAutocompleteInteraction.__hash__`
- Add missing `ApplicationCommandAutocompleteInteraction.__eq__`
- Add `CHANNEL_TYPES.guild_forum`.
- Add `AsyncQueue.set_result_wait`.
- Add images to `slash.md`.
ext.extension_loader
- Syntax is checked before executing a module when reloading.
- Add `Extension.file_name`.
ext.top_gg
- Added to `setup.py`.
ext.asyncio
- Add `start_unix_server`. (Forest2913)
- Add `Queue.put`. (Forest2913)
Bug Fixes
- `Client.multi_client_message_delete_sequence` was not calling `Message.is_deletable` when getting messages from
cache.
- Fix bad logic in `EventThread.create_server`. (Forest2913)
ext.slash
- `abort` was not defining `show_for_invoking_user_only` by default. (When was this bug made?)
Renames, Deprecation & Removals
- Rename `ComponentInteraction.component_type` to `.type`.
- Deprecate `ComponentInteraction.component_type`.
ext.slash
- Rename `Slasher.regex_custom_id_to_component_command` to `._regex_custom_id_to_component_command`.
- Rename `Slasher.string_custom_id_to_component_command` to `._string_custom_id_to_component_command`.
- Deprecate `Slasher.regex_custom_id_to_component_command`.
- Deprecate `Slasher.string_custom_id_to_component_command`.