Skip to content

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

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
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 hold: testing This pull request requires further testing priority: low Low Priority

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants