-
-
Notifications
You must be signed in to change notification settings - Fork 484
feat: Implement Community Invites #3044
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
Thanks for opening this pull request! This pull request can be checked-out with: git fetch origin pull/3044/head:pr-3044
git checkout pr-3044This pull request can be installed with: pip install git+https://github.com/Pycord-Development/pycord@refs/pull/3044/head |
|
am scared... |
|
|
|
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, |
There was a problem hiding this comment.
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
Summary
Information
examples, ...).
Checklist
type: ignorecomments were used, a comment is also left explaining why.