Skip to content

Conversation

parelite
Copy link
Owner

@parelite parelite commented Feb 2, 2025

Merge with main

Summary by Sourcery

Add the GuildPreview model and the ability to fetch guild previews. Add ClientStatus to Member and Presence updates. Add target_user and target_message_id to MessageInteractionMetadata. Add forwarded flag to MessageFlags. Add renewal_sku_ids to Subscription. Add total_votes and victor_answer_id to Poll and victor to PollAnswer. Add soundboard_sounds to Guild and a SoundboardSoundConverter. Add a mention property to abc.GuildChannel. Add members property to TextChannel. Add MessageReferenceType enum. Add poll_result embed type. Add SessionStartLimits.

New Features:

  • Add the GuildPreview model and the ability to fetch guild previews.
  • Add ClientStatus to Member and Presence updates.
  • Add target_user and target_message_id to MessageInteractionMetadata.
  • Add forwarded flag to MessageFlags.
  • Add renewal_sku_ids to Subscription.
  • Add total_votes and victor_answer_id to Poll and victor to PollAnswer.
  • Add soundboard_sounds to Guild.
  • Add a mention property to abc.GuildChannel.
  • Add members property to TextChannel.
  • Add MessageReferenceType enum.
  • Add poll_result embed type.
  • Add SessionStartLimits.

Tests:

  • Add a SoundboardSoundConverter.

codeofandrin and others added 30 commits October 12, 2024 13:01
Specifically reraise KeyboardInterrupt, SystemExit
Swallow other BaseExceptions due to the way the standard library uses
them and the intent of this function
Using "member" here can mislead a reader into believing this
restriction is referring to the member being edited rather than the
client/bot that is executing the edit.
Fixes a potential path traversal bug that can lead you to superfluously
and erroneously call a separate endpoint.
fix: Callable FlagConverter defaults being returned as-is on interaction based calls.
blord0 and others added 30 commits September 2, 2025 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.