Skip to content

Conversation

@Paillat-dev
Copy link
Member

Summary

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.

@pycord-app
Copy link

pycord-app bot commented Dec 26, 2025

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/3044/head:pr-3044
git checkout pr-3044

This pull request can be installed with:

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

@Paillat-dev Paillat-dev added priority: low Low Priority hold: documentation This pull request is missing documentation upcoming discord feature Involves a feature not yet fully released by Discord hold: changelog This pull request is missing a changelog entry hold: testing This pull request requires further testing labels Dec 26, 2025
@Paillat-dev Paillat-dev added this to the v2.7.1 milestone Dec 26, 2025
@EmmmaTech
Copy link
Contributor

am scared...

@Soheab
Copy link
Contributor

Soheab commented Dec 29, 2025

Branch name exposed you

@Paillat-dev
Copy link
Member Author

Paillat-dev commented Jan 13, 2026

@Paillat-dev Paillat-dev changed the title feat: 👀 feat: Implement Community Invites Jan 13, 2026
@Paillat-dev Paillat-dev modified the milestones: v2.7.1, v2.8 Jan 13, 2026
@Paillat-dev Paillat-dev added the API reflection Discord API isn't correctly reflected label Jan 13, 2026
@Paillat-dev
Copy link
Member Author

Lol the commit is 3 weeks old I got it bang on 😆 . Still have to implement the csv stuff tho.

target_type=target_type.value if target_type else None,
target_user_id=target_user.id if target_user else None,
target_application_id=target_application_id,
roles=[r.id for r in roles] if roles else None,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reminded for me to stringify here

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 hold: changelog This pull request is missing a changelog entry hold: documentation This pull request is missing documentation hold: testing This pull request requires further testing priority: low Low Priority upcoming discord feature Involves a feature not yet fully released by Discord

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants