Hata

Latest version: v1.3.77

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

Scan your dependencies

Page 25 of 29

1.1.90

Summary

Redo guild user syncing.

Improvements

- Add 5 second gateway connect rate limit per batch.
- Add notification when session start limit reaches low amount.
- Improve startup time of more clients by synchronizing guild member requests.
- If a client is removed from a guild meanwhile connecting, it's members wont be requested.
- Add `skip_ready_cycle`.
- `ClientUserbase.partial` is not a property (reduces ram usage).
- Do not request users if the client cannot.
- Cancel ready state on reconnect.
- `Client.events.sticker_delete` now accepts only 2 parameters (client, sticker) from 3 (client, sticker, guild).
- `Emoji.guild` is now a property, `Emoji.guild_id` is now an attribute.
- `Emoji.precreate` now accepts `guild_id` parameter instead of `guild`.
- `Client.events.emoji_delete` now accepts only 2 parameters (client, emoji) from 3 (client, emoji, guild).
- Add `UserBase.banner_color`.
- Add `banner_color` parameter to `User.precreate`.
- Add `banner_color` parameter to `Client.__new__`.
- Add `debug_options` parameters to `DiscordHTTPClient.__new__`.
- Add `http_debug_options` parameters to `Client.__new__`.
- Add `banner_color` parameter to `Client.client_edit`.
- Add `bio` parameter to `Client.client_edit`.
- Add `banner` parameter to `Client.client_edit`.

Bug Fixes

- Some attributes were not set by `Client.__new__`.
- Fix race conditions in `KOKORO`.
- Fix occasional `RuntimeWarning` in `AudioReader.run`.
- Fix occasional `RuntimeWarning` in `AudioPlayer.run`.

ext.slash
- `evaluate_two_sided_operations` returned 1 token too early.

1.1.89

Summary

Add guild sticker methods.

Improvements

- Update sticker related rate limits.
- Add `DiscordHTTPClient.sticker_guild_edit`.
- Add `RATE_LIMIT_GROUPS.sticker_guild_edit`.
- Add `Sticker._update_from_partial`.
- Add `Client.sticker_guild_get`.
- Add `Client.sticker_guild_create`.
- Add `Client.sticker_guild_edit`.
- Add `Client.sticker_guild_delete`.
- Add `Client.guild_sync_stickers`.
- Add `Guild.sticker_count`.
- Add `AuditLogEvent.sticker_create`
- Add `AuditLogEvent.sticker_update`
- Add `AuditLogEvent.sticker_delete`
- `AuditLogEntry.target` now supports stickers.
- `AuditLogChange` now handles `tags` attribute accordingly.
- Add `ERROR_CODES.sticker_frame_rate_out_of_expected_range`.

ext.commands_v2
- Add sticker converter.

Bug Fixes

- `Client.sticker_get` was not updating the given sticker objects accordingly.
- `AuditLogEntry` do not raises `IndexError` if new type audit log event is received.
- Remove webhook caching per guild, since Discord API returns different data for each bot.
- `Client.message_create`'s `sticker` parameter passed as `Sticker` raised `TypeError`.

ext.slash
- Fix a `TypeError` in `SlashCommand._get_sync_permission_ids`.
- Fix an `AttributeError` in `Slasher._register_command`.

Renames, Deprecation & Removals

- Rename `GuildFeature.vanity` to `.vanity_invite`.
- Deprecate `GuildFeature.vanity`.
- Rename `RATE_LIMIT_GROUPS.guild_emoji_get_all` to `.guild_emoji_get_all` (Now matches sticker endpoints).
- Rename `DiscordHTTPClient.guild_emoji_get_all` to `.guild_emoji_get_all` (Now matches sticker endpoints).
- Rename `Sticker.format_type` to `.format`.
- Deprecate `Sticker.format_type`.

1.1.88

Summary

Fix a few bugs.

Improvements

- Add `ERROR_CODES.unknown_guild_member_verification_form`.
- Add `ERROR_CODES.guild_subscription_level_too_low`.
- Select component min values is `0`.
- Add `Client.webhook_get_own_channel`.
- Channel names can be 1 character long as well.
- Add `Client.interaction_application_command_acknowledge`.
- Add `ComponentSelect.enabled`.
- Add `python3 -m hata i`.
- Add `python3 -m hata v`.
- `Sticker.sort_value` defaults to `0`.
- Add `ERROR_CODES.sticker_maximum_dimensions_exceeded`.
- Add `Client.events.sticker_create`.
- Add `Client.events.sticker_delete`.
- Add `Client.events.sticker_edit`.
- Add `Sticker.available`.
- Add `Sticker._delete`.
- Add `available` parameter to `Sticker.precreate`.
- Add `Guild.sticker_limit`.

Bug Fixes

- Use `values` field instead of `options` when creating `ComponentInteraction` of a select.
- `CHANNEL_PINS_UPDATE` was not listed under guild messages intent.
- `'hata.discord.embed'` was not listed in `setup.py`. (Gilgamesh8939)
- Fix a `TypeError` in `Client.sticker_get`.

Renames, Deprecation & Removals

- Rename `IntentFlag.guild_emojis` to `.guild_emojis_and_stickers`.

1.1.87

Summary

Regroup many code parts.

Improvements

- Add `ERROR_CODES.name_contains_disallowed_word`.
- Add `ERROR_CODES.stage_already_open`.
- Add `InviteStage`.
- Add `Invite.stage`.
- Add `Guild.stickers`.
- Add `Guild.get_sticker_like`.
- Add `Guild.get_sticker`.
- Add `Guild._update_stickers`.
- Add `Guild._sync_stickers`.
- `Guild.max_presences` now default to `0` if not received.
- Add `DiscordHTTPClient.sticker_get`.
- `Client.message_create` supports multiple embeds.
- `Client.message_edit` supports multiple embeds.
- Add `components` parameter to `Client.webhook_message_create`.
- Add `components` parameter to `Client.webhook_message_edit`.
- Add `Client.sticker_get`.
- Add `StickerPack._set_attributes`.
- Add `StickerPack._create_and_update`.
- Add `ActivityRich.track_id`.
- Add `ActivityRich.track_url`.
- Add `Sticker.partial`.
- Add `Emoji._create_empty`.
- Add `Sticker.precreate`.
- Add `Sticker._create_empty`.
- Add `available` parameter to `Emoji.precreate`.
- Add `managed` parameter to `Emoji.precreate`.
- Add `require_colons` parameter to `Emoji.precreate`.
- Add `guild` parameter to `Emoji.precreate`.
- Add `roles` parameter to `Emoji.precreate`.
- Add `user` parameter to `Emoji.precreate`.
- Add `iterable_of_instance_or_id_to_instances`.
- Add `preconvert_iterable_of_str`.
- Add `GuildFeature.ticket_events_enabled`.
- Add `GuildFeature.monetization_enabled`.
- Add `GuildFeature.more_sticker`.
- Add `GuildFeature.thread_archive_3_day`.
- Add `GuildFeature.thread_archive_7_day`.
- Add `GuildFeature.private_threads`.
- Add `UserBase._set_default_attributes`.
- Move `ClientUserBase._create_empty` up to `UserBase`.
- Add `WebhookBase._set_default_attributes`.
- Add `Webhook._set_default_attributes`.
- Move `Webhook.type` and `WebhookRepr.type` up to `WebhookBase`.
- Add `WebhookSourceGuild`.
- Add `WebhookSourceChannel`.
- Add `Webhook.source_channel`.
- Add `Webhook.source_guild`.
- Add `ComponentBase.copy_with` (and to sub classes).
- `StickerPack.cover_sticker_id` is optional.
- Add `RATE_LIMIT_GROUPS.client_guild_profile_edit`.
- Add `DiscordHTTPClient.client_guild_profile_edit`.
- Add `UserBase.banner` and related attributes, properties and methods.
- Add `Client.client_guild_profile_edit`.
- Add `banner` parameters to `Client`'s constructor.
- Add `banner` parameters to `User.precreate`.
- Add `banner` parameters to `Webhook.precreate`.
- Add `Sticker._create_partial`.
- Use `sticker_items` field instead of `sticker` in message data.

Bug Fixes

- `int` had higher priority, than `bool` query parameter conversion causing badly generated url.
- Fix `NameError` in `cr_pg_channel_object`.
- Fix `TypeError` in a few channel `__repr__` methods. (Pichu0357)
- `Emoji.partial` could return bad value.
- `Emoji.__new__` could not set `.user` even if received.
- `Sticker.user` is now set correctly.
- `instance_or_id_to_instance`, `instance_or_id_to_snowflake` and `maybe_snowflake` had bad string max length check.
- `ClientUserBase._from_client` was not setting `avatar`.
- Fix a `NameError` in `Client.thread_create`.
- Fix a conversion error in `Client.thread_create`. (Gilgamesh8939)

ext.slash
- Component commands regex parsers could be generated with bad parameter index.
- Fix an `AttributeError` in `Slasher._add_component_command`.
- Fix an `AttributeError` in `Slasher._remove_component_command`.
- Fif a `TypeError` in `Slasher._add_component_command`.

Renames, Deprecation & Removals

- Rename `ActivityTypes` to `ACTIVITY_TYPES`.
- Deprecate `ActivityTypes`.
- Rename `Permission.manage_emojis` to `.manage_emojis_and_stickers`.
- Deprecate `Permission.can_manage_emojis`.
- Deprecate `Permission.allow_manage_emojis`.
- Deprecate `Permission.deny_manage_emojis`.
- Rename `RATE_LIMIT_GROUPS.client_edit_nick` to `.client_guild_profile_nick_edit`.
- Rename `DiscordHTTPClient.client_edit_nick` to `.client_guild_profile_nick_edit`.
- Deprecate `Client.client_edit_nick`.
- Rename `RATE_LIMIT_GROUPS.user_edit` to `.user_guild_profile_edit`.
- Rename `DiscordHTTPClient.user_edit` to `.user_guild_profile_edit`.
- Rename `Client.user_edit` to `.user_guild_profile_edit`.
- Deprecate `Client.user_edit`.

1.1.86

Summary

Add sticker related endpoints and such.

Improvements

- Add `typer.__await__`. (Gilgamesh8939)
- Add `GuildProfile.avatar`.
- Add `UserBase.avatar_url_for`.
- Add `UserBase.avatar_url_for_as`.
- Add `UserBase.avatar_url_at`.
- Add `UserBase.avatar_url_at_as`.
- Add `StickerType.standard`.
- Add `StickerType.guild`.
- Add `Sticker.guild_id`.
- Add `Sticker.user`.
- Add `STICKERS`.
- Add `STICKER_PACKS`.
- Stickers are now cached.
- Add `Sticker._update_no_return`.
- Add `Sticker._update`.
- `Sticker.tags` use `frozenset` + `None` (from `list` + `None`).
- Add `RATE_LIMIT_GROUPS.sticker_guild_get_all`.
- Add `DiscordHTTPClient.sticker_guild_get_all`.
- Add `ERROR_CODES.unknown_sticker`.
- Add `RATE_LIMIT_GROUPS.sticker_pack_get_all`.
- Add `DiscordHTTPClient.sticker_pack_get_all`.
- Add `RATE_LIMIT_GROUPS.sticker_guild_get`.
- Add `DiscordHTTPClient.sticker_guild_get`.
- Add `RATE_LIMIT_GROUPS.sticker_guild_create`.
- Add `DiscordHTTPClient.sticker_guild_create`.
- Add `StickerPack`.
- Add `ERROR_CODES.invalid_asset`.
- Add `ERROR_CODES.max_thread_participants`.
- Add `ERROR_CODES.message_has_thread`.
- Add `ERROR_CODES.thread_locked`.
- Add `ERROR_CODES.max_active_threads`.
- Add `ERROR_CODES.max_active_announcement_threads`.
- Add `ChannelText.default_auto_archive_after`.
- `ChannelThread.auto_archive_duration` is now in seconds to match everything else.
- Add `ERROR_CODES.max_guild_members`.

ext.slash
- Add regex based matching for `ComponentCommand`-s.

Bug Fixes

- `Client.interaction_component_message_edit` was not sending embeds.
- `Emoji._create_partial` always set `animated` as `True`.

ext.slash
- Parentheses evaluated by `evaluate_text` had wrong start and end index set.
- Prefix operations had higher priority than power in `evaluate_text`.

Renames, Deprecation & Removals

- Rename `ERROR_CODES.team_users_must_be_verified` to `team_members_must_be_verified`.

1.1.85

Summary

Bug fixes.

Bug Fixes

ext.slash
- `default_slasher_exception_handler` could raise `TypeError`.
- `handle_command_exception` rendered `SlashCommandError`-s by default as well.
- Prefix operations were not executed on floats.

Page 25 of 29

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.