Improvements
- Add `Message._create_from_partial_data`.
- `Message.cross_reference` now can be set only as a `Message` instance (or `None`).
- Add `Message._create_from_partial_fields`.
- Dead message events are dispatched as well.
- Add `EMOJI_ALL_RP`.
- Add `parse_all_emojis`.
- Add `parse_all_emojis_ordered`.
- Add `DiscordEntity.id.fset`, so linter wont cry anymore about unsettable fields.
- Add `ConnectionType.riot_games`.
- `ApplicationCommand.description_localizations` is now applied towards the it's length correctly.
- `ApplicationCommand.name_localizations` is now applied towards the it's length correctly.
- `ApplicationCommandOption.description_localizations` is now applied towards the it's length correctly.
- `ApplicationCommandOption.name_localizations` is now applied towards the it's length correctly.
- `ApplicationCommandOptionChoice.name_localizations` is now applied towards the it's length correctly.
- `Client.application_command_permission_edit` now accepts any iterable as ``permission_overwrites``.
Bug Fixes
- `Channel.get_users_like` raised.
- `Channel.permissions_for_roles` raised.
- `ApplicationCommand.__len__` raised `TypeError` when `.description` was `None`.
ext.slash
- Expression parser allowed XOR, OR, AND, LSHIFT, RSHIFT operation between floats.
- Expression parser had broken pointer-range detection logic.
Renames, Deprecation & Removals
- Rename `.is_bot` to `bot` to make it more intuitive.
- Deprecate `.is_bot` everywhere.
- Deprecate `MessageReference`.
- Deprecate `MessageRepr`.
- Remove `ALLOW_DEAD_EVENTS`.