Hata

Latest version: v1.3.77

Safety actively analyzes 723685 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 13 of 29

1.3.4

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`.

1.3.3

- Require the newest scarletio version*

1.3.2

Improvements

- Add `EntitlementType.premium_purchase`.
- Add `EntitlementType.application_subscription`.
- `EntitlementType`'s `.name` style updated.
- `SKUType`'s `.name` style updated.
- `SKUAccessType`'s `.name` style updated.
- `SKUGenre`'s `.name` style updated.
- `SKUFeatureType`'s `.name` style updated.
- Add `view_creator_monetization_analytics` `Permission` flag.
- Add `DiscordException.__format__`.
- Add `DiscordException.errors`.
- Add `DiscordException.debug_info`.
- Add `DiscordException.request_info`.
- Add `DiscordException.message`.
- `DiscordHTTPClient` constructor now only requires `bot` and `token` parameters (from `client`).
- Add and use `resume_gateway_url`.

Bug Fixes

- `Channel.thread_users.fset` was set as a `CoroutineFunction` instead of a normal one.
- `unix_time` could go out of range on windows.
- Fix a `typo` in `Client.achievement_edit` which could cause falsely triggering `AssertionError`.

1.3.1

Improvements

- The shutdown event handlers will be ensured when a client connection receives a fatal exception.
- Add `run` command.
- Add `ApplicationFlag.application_command_badge`.
- Add `delete_message_duration` parameter to `Client.guild_ban_add` replacing the old `delete_message_days`.
- Add `AutoModerationRuleTriggerType.mention_spam`.
- Add `MentionSpamTriggerMetadata`.
- Add `AutoModerationRule` parameter to `AutoModerationRule.__new__`.
- Add `AutoModerationRule` parameter to `AutoModerationRule.copy_with`.
- Separate down the `guild ban` endpoints from the `guild` ones.
- Add `delete_message_duration` audit log detail converter and update the `delete_message_days` one.
- `Client.user_guild_profile_edit` now accepts `roles` as any iterable.
- Add `timeout_duration` parameter to `Client.user_guild_profile_edit` replacing the old `timed_out_until`.
- Add missing `unix_time_to_datetime` import.
- Add `ApplicationCommand.mention_sub_command`.
- Add `ApplicationCommand.mention_with`.
- Add sub-command mention option for `ApplicationCommand.__format__`.
- Add `timeout_duration` parameter to `Client.guild_profile_edit` replacing the old `timed_out_until`.

Bug Fixes

- Fix `AttributeError` in `handle_voice_client_shutdown` (typo).
- `unix_time_to_datetime` returned bad value.
- `Client.guild_profile_edit` now accepts `guild` as `int` as expected.

Renames, Deprecation & Removals

- Deprecate `delete_message_days` parameter of `Client.guild_ban_add`. Use `delete_message_duration` instead.
- Deprecate `timed_out_until` parameter of `Client.user_guild_profile_edit`. Use `timeout_duration` instead.
- Deprecate `timed_out_until` parameter of `Client.guild_profile_edit`. Use `timeout_duration` instead.

1.3.0

Summary

CPI interface reworked. Register commands with the `register` decorator.

Extra features are planned in future updates

Improvements

- Add `GuildFeature.embedded_activities_experiment`.
- Add `GuildFeature.home_test`.
- Add `ERROR_CODES.upload_file_not_found`.
- Add `ERROR_CODES.failed_to_resize_asset_below_max_size`.

Bug Fixes

- Fix `AttributeError` in `SlashCommand._add_autocomplete_function`. (Al_Loiz [ICU]5392)
- Fix `AttributeError` in `ClientUserBase._from_client`.
- Fix `DeprecationWarning` in `EventHandlerManager.clear`.
- `User` alter ego was created of clients when the client was not yet finalized by startup at `Client._delete`.
- Fix `AttributeError` at `ChannelMetadataPrivateGroup._precreate`.
- Fix `TypeError` at `ChannelMetadataPrivateGroup._delete` when checking alter ego-s in private group channels.

1.2.19

Improvements

- Add `ApplicationCommandOption.min_length`.
- Add `ApplicationCommandOption.max_length`.
- Add `reason` parameter to `Client.auto_moderation_rule_create`.
- Add `reason` parameter to `Client.auto_moderation_rule_edit`.
- Add `reason` parameter to `Client.auto_moderation_rule_delete`.
- Add `MessageInteraction.joined_name`.
- Add `MessageInteraction.sub_command_name_stack` (better naming required).
- Add `InteractionEvent.application_permissions`.
- Add `KeywordPresetTriggerMetadata.excluded_keywords`.
- Add `excluded_keywords` parameter to `KeywordPresetTriggerMetadata.__new__`.
- Add `KeywordPresetTriggerMetadata.iter_keyword_presets`.
- Add `excluded_keywords` to `AutoModerationRule.__new__`.
- Add `excluded_keywords` to `AutoModerationRule.copy_with`.
- Add `ERROR_CODES.application_not_yet_available`.
- Add `ERROR_CODES.interaction_failed_to_send`.
- Add `ERROR_CODES.webhook_can_create_thread_only_in_forum_channel`.
- Add `ERROR_CODES.billing_non_refundable_payment_source`.
- Add `ERROR_CODES.quarantined`.
- Add `quarantined` `UserFlag`.
- Add `AuditLogEvent.auto_moderation_alert_message`.
- Add `AuditLogEvent.auto_moderation_user_timeout`.
- Add `AuditLogEvent.creator_monetization_request_created`.
- Add `AuditLogEvent.creator_monetization_terms_accepted`.
- Add `AuditLogEvent.role_prompt_create`.
- Add `AuditLogEvent.role_prompt_edit`.
- Add `AuditLogEvent.role_prompt_delete`.
- Add `AuditLogEvent.guild_home_feature_item`.
- Add `AuditLogEvent.guild_home_remove_item`.

ext.slash

- Slash command parameters now support `min_length`.
- Slash command parameters now support `max_length`.

Bug Fixes

- `AutoModerationAction.__eq__` could return incorrect value.
- `AutoModerationAction.copy_with` set attributes badly.
- `AutoModerationAction.copy_with` could raise `AttributeError`.
- `SendAlertMessageActionMetadata.__new__` could set `channel_id` as `None`.
- `create_partial_user_from_id` did not cache the user as expected.
- `AutoModerationRule.copy_with` could raise `TypeError` with false reason.
- Always update loading messages.
- `UserBase.to_data` raised `TypeError`.
- `ZEROUSER` was not put in cache, which could cause false result in tests.

Renames, Deprecation & Removals

- Rename `MessageType.new_guild_subscription` to `.guild_boost`.
- Deprecate `MessageType.new_guild_subscription`.
- Rename `MessageType.new_guild_subscription_tier_1` to `.guild_boost_tier_1`.
- Deprecate `MessageType.new_guild_subscription_tier_1`.
- Rename `MessageType.new_guild_subscription_tier_2` to `.guild_boost_tier_2`.
- Deprecate `MessageType.new_guild_subscription_tier_2`.
- Rename `MessageType.new_guild_subscription_tier_3` to `.guild_boost_tier_3`.
- Deprecate `MessageType.new_guild_subscription_tier_3`.

Page 13 of 29

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.