-
-
Notifications
You must be signed in to change notification settings - Fork 94
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
Feature/add guild onboarding #2005
Draft
syncblaze
wants to merge
30
commits into
hikari-py:master
Choose a base branch
from
syncblaze:feature/add-guild-onboarding
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
0390aea
Added onboarding routes
syncblaze e2b91e9
Added onboarding rest-routes
syncblaze a49fc22
Added onboarding classes
syncblaze 36fa885
Added onboarding serialization/deserialization
syncblaze 11699bb
Add changelog
syncblaze 7450196
Merge branch 'hikari-py:master' into feature/add-guild-onboarding
syncblaze 9b6fb28
Switch attrs.define hash parameter to unsafe_hash
syncblaze b284f35
Update hikari/guilds.py
syncblaze 1d44ea2
Update hikari/guilds.py
syncblaze 4f57a41
Update hikari/impl/entity_factory.py
syncblaze 09f46ac
Update hikari/impl/entity_factory.py
syncblaze ca0b5cc
Update hikari/api/entity_factory.py
syncblaze f830f5b
Update hikari/guilds.py
syncblaze 9d52ce7
Update hikari/guilds.py
syncblaze be1abea
Update hikari/impl/rest.py
syncblaze 77b4232
Update hikari/impl/entity_factory.py
syncblaze c845a08
Update hikari/impl/entity_factory.py
syncblaze 53bd006
change to list comprehensions
syncblaze 72a65d2
remove unnecessary check
syncblaze 8b10f6c
rename deserialize_onboarding
syncblaze b3dd3d8
Update hikari/impl/entity_factory.py
syncblaze 932d612
send ids as int
syncblaze 10013f6
forgot to run nox pipeline
syncblaze 5784ac4
Changes repr, added docstrings
syncblaze c016826
Adding app field for usage in get_ and fetch_ utility functions
syncblaze 958da95
Screw utility functions
syncblaze bc44482
Added audit log support for onboarding.
syncblaze 3ad44b3
Forgot to run nox pipeline
syncblaze f251876
change types
syncblaze c151882
adding tests
syncblaze 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Add guild onboarding functionality |
This file contains 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 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 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 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.
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.
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.
Dito above