-
-
Notifications
You must be signed in to change notification settings - Fork 493
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
Merged
Merged
Changes from all commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
050445b
Empty commit
Paillat-dev d85bd66
:sparkles: Implement roles parameter of `GuildChannel.create_invite`
Paillat-dev a6251ca
Merge branch 'master' into feat/community-invites-api
Paillat-dev 1c48ee7
Merge branch 'master' into feat/community-invites-api
Paillat-dev a4feeb1
feat: :sparkles: Add roles attributes and parsing to Invite class
Paillat-dev 443992f
feat: :sparkles: Add `target_users_file` to `Channel.create_invite` m…
Paillat-dev 63c8706
feat: :sparkles: Implement target users management for invites with j…
Paillat-dev 099b9f6
Merge branch 'master' into feat/community-invites-api
Paillat-dev 2f94bc8
:recycle: Simplify logic
Paillat-dev a563702
:memo: Docs and exports
Paillat-dev 049e985
:memo: Docs fixes
Paillat-dev 641c56c
:label: Not required fields
Paillat-dev db0100e
:recycle: parse_time
Paillat-dev 1d16beb
:adhesive_bandage: Roles also when guild is not guilding
Paillat-dev c2aa2dd
Apply suggestions from code review
Paillat-dev b7032a5
Apply suggestions from code review
Paillat-dev 25a3e3a
:adhesive_bandage: Copilot fixes
Paillat-dev bcc8fc0
:sparkles: Add `InviteTargetUsers.get_user_ids`
Paillat-dev 88020e7
:sparkles: Add `users_to_csv` util to convert users to CSV format
Paillat-dev 4520474
:bug: Copilot is dumb af
Paillat-dev 7a5b4ee
:recycle: Use `target_users_file` consistently
Paillat-dev a912361
:memo: Add example
Paillat-dev 2c4ac00
:memo: Add perms notice to `get_user_ids`
Paillat-dev 308da6c
Update CHANGELOG.md
Paillat-dev 6efadbc
:bug: Skip header when parsing user IDs in `Invite.get_user_ids`
Paillat-dev 0def07b
:truck: Rename `get_user_ids` to `fetch_user_ids`
Paillat-dev d87f506
:memo: Clarify role object behavior in `Client.fetch_invite` document…
Paillat-dev 25e9118
Merge branch 'master' into feat/community-invites-api
Paillat-dev 30fcf35
:recycle: `json_or_text` -> `parse_response`
Paillat-dev fb18bda
Update discord/invite.py
Paillat-dev 0bb3c3b
Update discord/invite.py
Paillat-dev e425f41
Merge branch 'master' into feat/community-invites-api
Paillat-dev a092334
Merge branch 'master' into feat/community-invites-api
Paillat-dev d77cb2e
:recycle: `fetch_user_ids` -> `as_user_ids` to clarify
Paillat-dev 45733f9
:memo: Document `users_to_csv`
Paillat-dev 87834f5
:recycle: Adjust `__repr__` in `InviteTargetUsersJobStatus` to improv…
Paillat-dev 02cfb10
:memo: Add note on using `users_to_csv` in `create_invite` documentation
Paillat-dev 6b1836c
:recycle: Move get job status and edit target users to `Invite`
Paillat-dev e1ab52c
:recycle: Update example accordingly, rename
Paillat-dev 7ac070d
Update CHANGELOG.md
Paillat-dev 9cbebc9
Update examples/community_invites.py
Paillat-dev e5c0a5e
Merge branch 'master' into feat/community-invites-api
Lulalaby 86ec8e3
docs: :memo: clarify `users_to_csv` usage examples in docstring
Paillat-dev 08ab8eb
Merge branch 'master' into feat/community-invites-api
Paillat-dev 9cc6ee2
Merge branch 'master' into feat/community-invites-api
Soheab File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.