Hata

Latest version: v1.3.77

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

Scan your dependencies

Page 14 of 29

1.2.18

Improvements

- Add `auto_moderation_message` to rich embed fields.
- Add `ConnectionType`.
- Change `Connection.type` from `str` to `ConnectionType`.
- Mark guild voice channel type as messageable. (this was missing from the previous update.)
- Update the identity payload.
- Add `AutoModerationRuleTriggerType`.
- Add `auto_moderation_configuration` intent.
- Add `auto_moderation_execution` intent.
- Add `AutoModerationEventType`.
- `RichAttributeErrorBaseType` now supports rich attribute errors.
- Add `AutoModerationRuleTriggerMetadata`.
- Add `KeywordTriggerMetadata`.
- Add `KeywordPresetTriggerMetadata`.
- Add `AutoModerationKeywordPresetType`.
- Add `ScheduledEventEntityMetadata.__hash__`.
- Add `AutoModerationAction`.
- Add `AutoModerationActionType`.
- Add `AutoModerationActionMetadata`.
- Add `SendAlertMessageActionMetadata`.
- Add `TimeoutActionMetadata`.
- Warn if a dispatch event parser is missing.
- Add `AutoModerationActionExecutionEvent`.
- Add `Client.events.auto_moderation_action_execution`.
- Add `Client.events.auto_moderation_rule_create`.
- Add `Client.events.auto_moderation_rule_delete`.
- Add `Client.events.auto_moderation_rule_edit`.
- Add `Client.auto_moderation_rule_get`.
- Add `Client.auto_moderation_rule_get_all`.
- Add `Client.auto_moderation_rule_create`.
- Add `Client.auto_moderation_rule_edit`.
- Add `Client.auto_moderation_rule_delete`.
- Add `DiscordHTTPClient.auto_moderation_rule_get`.
- Add `DiscordHTTPClient.auto_moderation_rule_get_all`.
- Add `DiscordHTTPClient.auto_moderation_rule_create`.
- Add `DiscordHTTPClient.auto_moderation_rule_edit`.
- Add `DiscordHTTPClient.auto_moderation_rule_delete`.
- Add `RATE_LIMIT_GROUPS.auto_moderation_rule_get`.
- Add `RATE_LIMIT_GROUPS.auto_moderation_rule_get_all`.
- Add `RATE_LIMIT_GROUPS.auto_moderation_rule_create`.
- Add `RATE_LIMIT_GROUPS.auto_moderation_rule_edit`.
- Add `RATE_LIMIT_GROUPS.auto_moderation_rule_delete`.
- Add `AuditLog.auto_moderation_rules`.
- Add new audit log converters.
- `Guild.get_emoji_like` now strips the colons down from emoji names.
- `Guild.get_emojis_like` now strips the colons down from emoji names.
- Add `ComponentRow.__iter__`.
- Add `force_update` parameter to `Client.message_get`.
- `Client.message_get` now accepts `Message` / `(channel_id, message_id)` parameters from the old `channel, message_id`.
- Add `ERROR_CODES.invalid_payment_source`.
- Add `Client.request_all_members_of`.

ext.plugin_loader

- Raise `ModuleNotFoundError` instead of `ImportError` if the module is just not found. So simple.

Bug fixes

- `Client.sticker_guild_get_all` raised `TypeError`.
- `Client.application_command_permission_edit` raised `NameError`.
- `Client.achievement_create` could raise `NameError`.
- `Client.thread_create` could raise `TypeError`˛
- `Client.permission_overwrite_edit` raised `NameError`
- `Client.channel_edit` could raise `NameError`.
- `Client.guild_edit` could raise `NameError`.
- `thread_user_create` could have raise `AttributeError`.
- `ReactionAddEvent.__eq__` could have return incorrect value.
- `Client.thread_create` raised `TypeError`.
- `Client._should_request_users` were not respected at `guild_create` events outside of startup.

Renames, Deprecation & Removals

- Rename `Client.guild_sync_roles` to `.guild_role_get_all`.
- Deprecate `Client.guild_role_get_all`.
- Rename `Client.guild_sync_channels` to `.guild_channel_get_all`.
- Deprecate `Client.guild_channel_get_all`.
- Deprecate `Client.client_edit`.
- Rename `Client.client_edit` to `.edit`.
- Deprecate `Client.client_guild_profile_edit`.
- Rename `Client.client_guild_profile_edit` to `.guild_profile_edit`.
- Deprecate `Client.client_connection_get_all`.
- Rename `Client.client_connection_get_all` to `.connection_get_all`.
- Deprecate `Client.client_edit_presence`.
- Rename `.client.application_get` to `.application_get_own` around the board.
- Rename `AuditLogTargetType.auto_moderation` to `AuditLogTargetType.auto_moderation_rule`.

1.2.17

Summary

Rename `extension_loader` to `plugin_loader` to make library extensions and extension modules more distinct.
A change like this was requested for a while...

Improvements

- `hata.ext` directory now handles sub-file imports better.
- Add `weak` parameter to `bind`.
- Add `weak_cache_size` parameter to `bind`.
- Add `Guild.vanity_url`.
- Add `ChannelMetadataGuildVoice.nsfw`.
- Add `parse_custom_emojis_ordered`.
- Add `User.iter_activities`.
- Add `ActivityChange.iter_added`.
- Add `ActivityChange.iter_updated`.
- Add `ActivityChange.iter_removed`.
- Add `ActivityRich.twitch_preview_image_url`.
- Add `ActivityRich.spotify_cover_id`.
- Add `ActivityRich.youtube_video_id`.
- Add `ActivityRich.youtube_preview_image_url`.
- Add missing `infinity_vs16` emoji.
- Add +1 builtin emoji.
- `parse_custom_emojis` now accepts `None` as well.
- `User._difference_update_profile` was not updated with deprecation.
- `User._update_profile` was not updated with deprecation.

ext.slash

- Guild level permission overwrites are now snapshotted.

ext.plugin_loader

- Add `load_plugin`.
- Add `register_plugin`.
- Add `load_all_plugin`.
- Add `register_and_load_plugin`.
- Add `unload_plugin`.
- Add `unload_all_plugin`.
- Add `reload_plugin`.
- Add `reload_all_plugin`.
- Add `get_plugin`.
- Add `get_plugin_like`.
- Add `get_plugins_like`.
- Add `add_default_plugin_variables`.
- Add `clear_default_plugin_variables`.
- Add `remove_default_plugin_variables`.
- Add missing `PluginModuleProxyType.__dir__`.
- Add `Plugin.is_directory`.
- Add `Plugin.add_sub_module_plugin`.
- Add `Plugin.iter_sub_module_plugins`.
- Add `Plugin.are_sub_module_plugins_present_in`.
- Add `Plugin.clear_sub_module_plugins`.
- Add `Plugin.remove_sub_module_plugin`.

Bug fixes

- `parse_custom_emojis` could have return `emoji` with incorrect `animated` value.
- `Guild._sync_channels` could raise `TypeError`.

Renames, Deprecation & Removals

- Rename `ActivityRich.album_cover_url` to `.spotify_album_cover_url`.
- Deprecate `ActivityRich.album_cover_url`.
- Rename `ActivityRich.duration` to `.spotify_track_duration`.
- Deprecate `ActivityRich.duration`.

ext.plugin_loader

- Rename `Extension` to `Plugin` + deprecate.
- Rename `ExtensionLoader` to `PluginLoader` + deprecate.
- Rename `import_extension` to `import_plugin` + deprecate.
- Rename `ExtensionLoader.load_extension` to `.register_and_load` + deprecate.
- Rename `ExtensionLoader.add` to `.register` + deprecate.
- Rename `ExtensionLoader.get_extension` to `.get_plugin` + deprecate.

~~and much more~~

1.2.16

Summary

- Rework slash extension command structure.

Improvements

- Boost level 0 sticker count is now 5.
- `OA2Access` now support rich attribute errors.
- `OA2Access.__repr__` will no longer display the token. :derp:
- `Client.application_command_permission_edit` now accepts `5` parameters from old `4` since it required oauth2 access.
Warning dropped.
- `Client.application_command_permission_edit`'s `application_command` parameter accepts `None` (or `0`) as well.
- `PermissionOverwrite` now support rich error messages.
- Add `ApplicationCommandPermissionOverwrite.copy_with`.
- `Client.application_command_permission_edit` now accepts role overwrites with id of `0` defaulting to the guild's
default role.
- Add `SystemChannelFlag.role_subscription_purchase`.
- Add `SystemChannelFlag.role_subscription_purchase_replies`.
- Add `MessageFlag.should_show_link_not_discord_warning`.
- Add `ERROR_CODES.auto_moderation_title_blocked`.
- Add `ERROR_CODES.poggermode_temporarily_disabled`.

ext.slash

- Add `CommandBase`.
- Add `CommandBaseApplicationCommand`.
- Add `ContextCommand`
- Add `__hash__` & `__eq__` to all `CommandBase` subclass.
- `SlasherCommandWrapper` now support rich attribute errors.
- `CommandChange` now support rich attribute errors.
- `CommandState` now support rich attribute errors.
- Add `assert_application_command_permission_missmatch_at` parameter to `Slasher.__new__`.
- Add `enforce_application_command_permissions` parameter to `Slasher.__new__`.
- `set_permission` now can be matmul-ed with null, type of self, client, slasher instances.

Bug Fixes

- `Client.user_guild_get_all` asserted down bad scope.
- `Fix `AttributeError` in `ChannelMetadataGuildBase._from_partial_data` (I hate `super`).
- `Client.application_command_permission_edit` could change inputted ``ApplicationCommandPermissionOverwrite``'s hash
value.

ext.slash

- Fix various missing attribute issues in `CommandBase` subclasses, in `.copy`, `.__eq__` methods.
- `Slasher.create_event` now correctly registers `FormSubmitCommand`-s.
- `Slasher.create_event` now correctly identifies `FormSubmitCommand`-s.
- `Slasher.delete_event` wont fail on `ComponentCommand`-s, `FormSubmitCommand`-s.


Renames, Deprecation & Removals
- Rename `MessageType.convert_auto_moderation_action` to `.auto_moderation_action`. (Ops)
- Deprecate `MessageType.new_guild_sub`.
- Deprecate `MessageType.new_guild_sub_t1`.
- Deprecate `MessageType.new_guild_sub_t2`.
- Deprecate `MessageType.new_guild_sub_t3`.
- Rename `MessageType.new_guild_sub` to `.new_guild_subscription`.
- Rename `MessageType.new_guild_sub_t1` to `.new_guild_subscription_tier_1`.
- Rename `MessageType.new_guild_sub_t2` to `.new_guild_subscription_tier_2`.
- Rename `MessageType.new_guild_sub_t3` to `.new_guild_subscription_tier_3`.
- Rename `ERROR_CODES.sticker_animation_duration_exceeds_5_second` to
`.sticker_animation_duration_exceeds_five_seconds`.
- Deprecate `ERROR_CODES.sticker_animation_duration_exceeds_5_second`.

ext.slash

- Rename `SlasherApplicationCommand` to `SlashCommand`.
- Rename `SlasherApplicationCommandFunction` to `SlashCommandFunction`.
- Rename `SlasherApplicationCommandCategory` to `SlashCommandCategory`.
- Rename `CustomIdBasedCommand` to `CommandBaseCustomId`.
- Rename `.call_auto_completion` to `.invoke_auto_completion`.
- Rename `SlashCommandFunction._command` to `._command_function`.
- Rename `SlasherApplicationCommandParameterAutoCompleter` to `SlashCommandParameterAutoCompleter`.
- Rename `CommandBase.__call__` to `.invoke`.
- Rename `SlashCommandParameterAutoCompleter.__call__` to `.invoke`.

1.2.15

Improvements

- Allow auto completing `number` and `float` parameters as well.
- `GuildUserChunkEvent.channel` will not return `None` anymore.
- `EmbeddedActivityState.channel` will not return `None` anymore.
- `WelcomeScreen` now supports rich attribute errors.
- `WelcomeChannel` now supports rich attribute errors.
- `WelcomeChannel.channel` will not return `None` anymore.
- `WebhookBase.channel` will not return `None` anymore.
- `VoiceClient.channel` will not return `None` anymore.
- `VoiceClient` now supports rich attribute errors.
- `VoiceState.channel` will not return `None` anymore.
- `ScheduledEvent.channel` will not return `None` if it **can have** channel.
- `MessageReference.channel` will not return `None` if it **can have** channel.
- `MessageReference` now supports rich attribute errors.
- Add `MessageType.role_subscription_purchase`.
- `ApplicationCommandOptionChoice.__new__`'s `name` parameter can be `Enum`.
- `ApplicationCommandOptionChoice.__new__`'s `value` parameter can be `Enum`.
- Add `ApplicationCommandCountUpdate`.
- Add `Client.events.application_command_count_update`.
- Ad `previously` button to docs.


ext.slash

- Allow pep 593 annotations. (WizzyGeek2356)
- Allow enums as choices. (WizzyGeek2356)

ext.solarlink

- `SolarPlayerBase.channel` will not return `None` anymore.

Bug Fixes

- Fix a `NameError` in `cr_pg_channel_object`.
- `MessageReference.channel_id` could been `None`.
- Fix `TypeError` in `preconvert_int_options`. (Coryf880317)

1.2.14

Improvements

- Add `AuditLog.application_commands`.
- `AuditLog` now supports rich attribute messages.
- Add `MessageType.auto_moderation_action`.
- Update `MessageType.name`-s.
- Add `GuildFeature.auto_moderation_enabled`.
- Add `Client.forum_thread_create`.
- Add `slowmode` parameter to `Client.thread_create`.
- Add `ERROR_CODES.cannot_edit_sticker_within_message`.
- Increase max application command permission overwrite count from `10` -> `100`.
- Mark `allow_by_default` parameter in `ApplicationCommand.__new__` as deprecated.
- Add `ApplicationCommand.allow_in_dm`.
- `ApplicationCommand.required_permissions` now defaults to `Permission()` from `None`.
- Add `application_command_id` audit log change key converter.

Renames, Deprecation & Removals

- Deprecate `ApplicationCommand.allow_by_default`.

ext.slash

- Add `allow_in_dm` is now accepted by `SlasherApplicationCommand`.

1.2.13

Bug Fixes

- Fix a `TypeError` in `ClientUserBase.has_name_like_at`.

Page 14 of 29

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.