Hata

Latest version: v1.3.77

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

Scan your dependencies

Page 18 of 29

1.1.132

Improvements

- Add `ERROR_CODES.community_and_rules_channel_cannot_be_changed_to_announcement`.
- Add `seconds_to_id_difference`.
- Add `InteractionEvent.is_expired`.
- Add `timedelta_to_id_difference`.
- Add `id_difference_to_timedelta`.

ext.slash
- `show_for_invoking_user_only` parameter of `SlasherApplicationCommand.__new__` is now keyword only and is not routed
anymore.
- Add `allowed_mentions` parameter to `SlasherApplicationCommand.__new__`.

Bug Fixes

- `EmbedBase.__bool__` could return incorrect value.
- `EmbedBase.__len__` could return incorrect value.
- `EmbedBase.contents` excluded `.provider.name`
- `Embed.copy_with` assigned `type` field with different name.

1.1.131

Improvements

- Add `banner` parameter to `Client.channel_edit`.
- Add `banner` parameter to `client.channel_create`.
- Add `banner` parameter to `cr_pg_channel_object`.

Bug Fixes

ext.slash
- `InteractionResponse` could not `yield` back a `Message` if expected.

1.1.130

Improvements

- Add `GuildPreview.stickers`.
- Add `ApplicationCommandPermissionOverwriteTargetType.channel`.
- `Emoji.__new__`'s second parameter modified from `Guild` to `int`.

Bug Fixes

- Fix a logic error in `Client.role_edit` when editing `icon`.
- Fix an `AttributeError` in `ApplicationCommandPermission.__repr__`.
- Fix a `TypeError` in `Stage._difference_update_attributes`.
- `UserBase.avatar_url_for` was a property (instead of method).

ext.top_gg
- `TopGGGloballyRateLimited` accepted +1 parameters causing `TypeError`-s
(luckily this exception was never dropped).

ext.slash
- Bad method was called for an acknowledged component interaction commands.
- Tried to acknowledge an application command interaction event when already acknowledged and a file was being sent.

1.1.129

Improvements

- Add `bind`. (Forest2913)
- Add `ERROR_CODES.invalid_json`.
- Add `format_loop_time`.
- Add `ApplicationFlag.embedded_released`.
- Add `ApplicationFlag.embedded_first_party`.
- Add `ApplicationCommandOptionType.attachment`.
- Add `creator` change key converter for audit logs.
- Add `entity_id` change key converter for audit logs.
- Add `entity_metadata` change key converter for audit logs.
- Add `end` change key converter for audit logs.
- Add `start` change key converter for audit logs.
- Add `GuildJoinRequestStatus`.
- Add missing `EventBase.__eq__`.
- Add missing `EventBase.__hash__`.
- Add missing `ReactionAddEvent.__eq__`.
- Add missing `ReactionAddEvent.__hash__`.
- Add missing `ReactionAddEvent.__eq__`.
- Add missing `ReactionAddEvent.__hash__`.
- Add missing `ReactionDeleteEvent.__eq__`.
- Add missing `ReactionDeleteEvent.__hash__`.
- Add missing `GuildUserChunkEvent.__eq__`.
- Add missing `GuildUserChunkEvent.__hash__`.
- Add missing `VoiceServerUpdateEvent.__eq__`.
- Add missing `VoiceServerUpdateEvent.__hash__`.
- `ScheduledEventUnsubscribeEvent` is now subclass of `ScheduledEventSubscribeEvent`.
- Add missing `ScheduledEventUnsubscribeEvent.__eq__`.
- Add missing `ScheduledEventUnsubscribeEvent.__hash__`.
- Add missing `ScheduledEventSubscribeEvent.__eq__`.
- Add missing `ScheduledEventSubscribeEvent.__hash__`.
- Add `GuildJoinRequest`.
- Add `GuildJoinRequestStatus`.
- Add `GuildRequestFormResponse`.
- Add `GuildFeature.role_subscription_purchasable`.
- Add `GuildFeature.text_in_voice_enabled`.
- Add `GuildFeature.has_directory_entry`.
- Add `GuildFeature.linked_to_hub`.
- Add `MessageFlag.failed_to_mention_some_roles_in_thread`.
- Add `VerificationScreenStepType.text input`.
- Add `VerificationScreenStepType.paragraph`.
- Add `VerificationScreenStepType.multiple_choices`.
- Add `VerificationScreenStepType.verification`.
- Add `VerificationFieldPlatform` (name might change later).
- Add `GuildJoinRequestDeleteEvent`.
- Add `Client.events.guild_join_request_create`.
- Add `Client.events.guild_join_request_delete`.
- Add `Client.events.guild_join_request_update`.
- Add `Guild._embedded_activity_states`.
- Add `EmbeddedActivityState`.
- Add `EMBEDDED_ACTIVITY_STATES`.
- Add `Client.events.embedded_activity_create`.
- Add `Client.events.embedded_activity_delete`.
- Add `Client.events.embedded_activity_update`.
- Add `Client.events.embedded_activity_user_add`.
- Add `Client.events.embedded_activity_user_delete`.
- Add `ApplicationCommandInteraction.resolved_attachments`.
- Move message history to it's own class to reduce the cost of channel, with no messages.
- `ChannelVoice` now supports receiving messages.
- `ChannelStage` now supports receiving messages.
- Add `InteractionEvent.locale`.
- Add `InteractionEvent.guild_locale`.
- Add `Client.events.unknown_dispatch_event`.
- `user_avatar_url_for` now accepts `guild` as `int`.
- `user_avatar_url_for_as` now accepts `guild` as `int`.
- `user_avatar_url_at` now accepts `guild` as `int`.
- `user_avatar_url_at_as` now accepts `guild` as `int`.

ext.asyncio
- Add attachment converter to slash commands.

Bug Fixes

- Another `KeyError` in `DiscordGateway._received_message` when using fosscord. (Forest2913)
- `ReactionDeleteEvent` had duped slots.
- Fix an `AttributeError` in `GuildUserChunkEvent.__new__` when user caching is disabled (you don not get the event,
at that case anyways).

Renames, Deprecation & Removals
- Deprecate `Client.events.guild_join_reject` in favor of `.guild_join_request_delete`.

1.1.128

Scheduled event checklist:

- `guild_object.guild_scheduled_events` \[x\] 1.1.128
- `guild_scheduled_event_object` \[x\]
- `guild_scheduled_event_object.id` \[x\]
- `guild_scheduled_event_object.guild_id` \[x\]
- `guild_scheduled_event_object.channel_id` \[x\]
- `guild_scheduled_event_object.creator_id` \[x\] (check `.creator`)
- `guild_scheduled_event_object.name` \[x\]
- `guild_scheduled_event_object.description` \[x\]
- `guild_scheduled_event_object.scheduled_start_time` \[x\]
- `guild_scheduled_event_object.scheduled_end_time` \[x\]
- `guild_scheduled_event_object.privacy_level` \[x\]
- `guild_scheduled_event_object.privacy_level.GUILD_ONLY` \[x\]
- `guild_scheduled_event_object.status` \[x\]
- `guild_scheduled_event_object.status.SCHEDULED` \[x\]
- `guild_scheduled_event_object.status.ACTIVE` \[x\]
- `guild_scheduled_event_object.status.COMPLETED` \[x\]
- `guild_scheduled_event_object.status.CANCELED` \[x\]
- `guild_scheduled_event_object.entity_type` \[x\]
- `guild_scheduled_event_object.entity_type.STAGE_INSTANCE` \[x\]
- `guild_scheduled_event_object.entity_type.VOICE` \[x\]
- `guild_scheduled_event_object.entity_type.EXTERNAL` \[x\]
- `guild_scheduled_event_object.entity_id` \[x\]
- `guild_scheduled_event_object.entity_metadata` \[x\]
- `guild_scheduled_event_object.entity_metadata.location` \[x\]
- `guild_scheduled_event_object.creator` \[x\] 1.1.128
- `guild_scheduled_event_object.user_count` \[x\]
- `GET /guilds/{guild_id}/scheduled-events` \[x\]
- `with_user_count` \[x\]
- `POST /guilds/{guild_id}/scheduled-events` \[x\]
- `channel_id` \[x\]
- `entity_metadata` \[x\]
- `name` \[x\]
- `privacy_level` \[x\]
- `scheduled_start_time` \[x\]
- `scheduled_end_time` \[x\]
- `description` \[x\]
- `entity_type` \[x\]
- `reason` \[x\] 1.1.128
- `DELETE /guilds/{guild_id}/scheduled-events/{guild_scheduled_event_id}` \[x\]
- `GET /guilds/{guild_id}/scheduled-events/{guild_scheduled_event_id}` \[x\]
- `with_user_count` \[x\]
- `PATCH /guilds/{guild_id}/scheduled-events/{guild_scheduled_event_id}` \[x\]
- `channel_id` \[x\] 1.1.128
- `entity_metadata` \[x\] 1.1.128
- `name` \[x\]
- `privacy_level` \[x\] 1.1.128
- `scheduled_start_time` \[x\]
- `scheduled_end_time` \[x\]
- `description` \[x\]
- `entity_type` \[x\] 1.1.128
- `status` \[x\] 1.1.128
- `reason` \[x\] 1.1.128
- `GET /guilds/{guild_id}/scheduled-events/{guild_scheduled_event_id}/users` \[x\] 1.1.128
- `with_member` \[x\] 1.1.128
- `before` \[x\] 1.1.128
- `after` \[x\] 1.1.128
- `limit` \[x\] 1.1.128
- `GUILD_SCHEDULED_EVENTS (1 << 16)` \[x\] 1.1.128
- `GUILD_SCHEDULED_EVENT_CREATE` \[x\]
- `GUILD_SCHEDULED_EVENT_UPDATE` \[x\]
- `GUILD_SCHEDULED_EVENT_DELETE` \[x\]
- `GUILD_SCHEDULED_EVENT_USER_ADD` \[x\]
- `GUILD_SCHEDULED_EVENT_USER_REMOVE` \[x\]

Improvements

- Add `ERROR_CODES.invalid_guild`.
- Add `ERROR_CODES.rate_limit_server_send`.
- Add `ERROR_CODES.rate_limit_daily_application_command_creation`.
- Add `FormSubmitInteraction.iter_matches_and_values`.
- Add `ComponentTextInput.required`.
- Add `ComponentTextInput.value`.
- Add `Guild.scheduled_events`.
- Add `ScheduledEvent.creator_id`.
- Add `ScheduledEvent.creator`.
- Add `scheduled_event_edit` parameter to `Client.scheduled_event_edit`.
- Add `stage` parameter to `Client.scheduled_event_edit`.
- Add `voice` parameter to `Client.scheduled_event_edit`.
- Add `location` parameter to `Client.scheduled_event_edit`.
- Add `status` parameter to `Client.scheduled_event_edit`.
- Update `scheduled_event_get_all_guild` endpoint.
- Update `scheduled_event_create` endpoint.
- `ScheduledEvent` instances now support weakreferencing.
- Update `scheduled_event_get` endpoint.
- Update `scheduled_event_edit` endpoint.
- Update `scheduled_event_delete` endpoint.
- Add `reason` parameter to `Client.scheduled_event_edit`.
- Add `reason` parameter to `Client.scheduled_event_create`.
- Add `RATELIMIT_GROUPS.scheduled_event_user_get_chunk`
- Add `DiscordHTTPClient.scheduled_event_user_get_chunk`.
- Add `Client.scheduled_event_user_get_chunk`.
- Add `Client.scheduled_event_user_get_all`.
- Add `IntentFlag.guild_scheduled_events`.
- Add missing `ScheduledEventEntityMetadata.__eq__`.
- Add missing `StageEntityMetadata.__eq__`.
- Add missing `LocationEntityMetadata.__eq__`.

Bug Fixes

- `KeyError` in `DiscordGateway._received_message` when using fosscord. (Forest2913)
- `KeyError` in `Client.client_gateway_reshard` when using fosscord. (Forest2913)
- `AttributeError` in `ScheduledEvent.__new__`.
- `NameError` in `Client.thread_user_get`.

1.1.127

Improvements

- Add `DiscordHTTPClient.sticker_pack_get`.
- Add `RATE_LIMIT_GROUPS.sticker_pack_get`.
- Add `Client.sticker_pack_get`.
- Add `ApplicationCommandTargetType.channel`.
- Add `INTERACTION_RESPONSE_TYPES.form`.
- Add `Client.interaction_form_send`.
- Add `InteractionForm.title`.

Page 18 of 29

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.