Skip to content

feat: ✨ silent and supress_embeds parameters for all applicable methods#3062

Open
ToothyDev wants to merge 52 commits intoPycord-Development:masterfrom
ToothyDev:feat/suppress_flags_for_responses
Open

feat: ✨ silent and supress_embeds parameters for all applicable methods#3062
ToothyDev wants to merge 52 commits intoPycord-Development:masterfrom
ToothyDev:feat/suppress_flags_for_responses

Conversation

@ToothyDev
Copy link
Contributor

@ToothyDev ToothyDev commented Jan 13, 2026

Summary

This PR adds both the silent and suppress_embeds parameters to InteractionResponse.send_message, ApplicationContext.respond and Interaction.respond. These are supported by Discord for interaction responses but are currently ignored / not supported by pycord
Update: This PR has since expanded to deprecate suppress for message-based functions everywhere in favor of suppress_embeds, and both parameters have been added wherever they apply but were missing until now.

Information

  • This PR fixes an issue.
  • This PR adds something new (e.g. new method or parameters).
  • This PR is a breaking change (e.g. methods or parameters removed/renamed).
  • This PR is not a code change (e.g. documentation, README, typehinting,
    examples, ...).

Checklist

  • I have searched the open pull requests for duplicates.
  • If code changes were made then they have been tested.
    • I have updated the documentation to reflect the changes.
  • If type: ignore comments were used, a comment is also left explaining why.
  • I have updated the changelog to include these changes.

Depends on #3061 for docstrings

@pycord-app
Copy link

pycord-app bot commented Jan 13, 2026

Thanks for opening this pull request!
Please make sure you have read the Contributing Guidelines and Code of Conduct.

This pull request can be checked-out with:

git fetch origin pull/3062/head:pr-3062
git checkout pr-3062

This pull request can be installed with:

pip install git+https://github.com/Pycord-Development/pycord@refs/pull/3062/head

@Paillat-dev Paillat-dev added this to the v2.8 milestone Jan 13, 2026
@Paillat-dev Paillat-dev added priority: low Low Priority feature Implements a feature API reflection Discord API isn't correctly reflected hold: testing This pull request requires further testing labels Jan 13, 2026
@Paillat-dev Paillat-dev enabled auto-merge (squash) February 13, 2026 12:00
@Paillat-dev Paillat-dev disabled auto-merge February 13, 2026 12:08
@JustaSqu1d
Copy link
Member

Paillat-dev and others added 2 commits February 13, 2026 16:10
Co-authored-by: JustaSqu1d <89910983+JustaSqu1d@users.noreply.github.com>
Signed-off-by: Paillat <jeremiecotti@ik.me>
@ToothyDev ToothyDev requested a review from plun1331 February 14, 2026 12:06
@Paillat-dev Paillat-dev removed hold: testing This pull request requires further testing on hold labels Feb 14, 2026
Signed-off-by: Paillat <jeremiecotti@ik.me>
Paillat-dev
Paillat-dev previously approved these changes Feb 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

API reflection Discord API isn't correctly reflected feature Implements a feature PA: All Contributors pending priority: low Low Priority

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants