-
-
Notifications
You must be signed in to change notification settings - Fork 479
feat: Timeout error now ignored #3018
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
Closed
+372
−86
Closed
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
6cabb6f
Add support for editing application info and new fields
Lumabots 2f54fe7
style(pre-commit): auto fixes from pre-commit.com hooks
pre-commit-ci[bot] fab1478
Add AppInfo.edit() and missing fields support
Lumabots bfa2940
style(pre-commit): auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 9893239
Update discord/appinfo.py
Lumabots 884cd6c
Update discord/appinfo.py
Lumabots 41f12a2
Update discord/appinfo.py
Lumabots 714c68a
Update discord/appinfo.py
Lumabots 734b5ce
Update discord/appinfo.py
Lumabots 49c90b9
Update discord/appinfo.py
Lumabots 76eb883
Restrict icon and cover_image types to bytes or None
Lumabots bd91789
style(pre-commit): auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 7e5ff54
feat(emoji): add mention property to BaseEmoji for easier emoji refer…
Lumabots 6fc48da
Merge branch 'appinf' of https://github.com/Lumabots/pycord into appinf
Lumabots bde7ec3
Merge branch 'master' into appinf
Lumabots 89d3011
refactor(AppInfo): improve integration_types_config handling and simp…
Lumabots dfb7907
style(pre-commit): auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 9eecbfa
refactor(AppInfo): remove deprecated flags attribute from AppInfo class
Lumabots ab000ac
Merge branch 'master' into appinf
Paillat-dev 8c0dcd7
Merge branch 'master' into appinf
Paillat-dev 03a46e8
refactor(AppInfo): rename event_webhooks_status to _event_webhooks_st…
Lumabots 0b603f5
refactor(AppInfo): remove setter for event_webhooks_enabled and assoc…
Lumabots 3c398cc
Update CHANGELOG.md
Lumabots 1b0017c
refactor: update method names and types in AppInfo and HTTPClient
Lumabots 0181f8d
refactor: improve stupid error impossible to handle
Lumabots a465352
style(pre-commit): auto fixes from pre-commit.com hooks
pre-commit-ci[bot] d8a0aa2
docs: update CHANGELOG.md to reflect changes in BaseView.on_timeout b…
Lumabots fc7214c
Merge branch 'timeout' of https://github.com/Lumabots/pycord into tim…
Lumabots 6fa9248
Update changelog for Paginator.on_timeout behavior
Lumabots 4dbc13c
style(pre-commit): auto fixes from pre-commit.com hooks
pre-commit-ci[bot] a442507
Update CHANGELOG.md
Lumabots b8bf650
sync with pycord
Lumabots 2f194c7
chore(deps): upgrade dependency msgspec to ~=0.20.0 (#3009)
renovate[bot] 15e4017
docs: :memo: Fix versionadded for bypass slowmode permission to 2.7 (…
Paillat-dev 1e914ae
chore(deps): upgrade actions/checkout action to v6 (#3007)
renovate[bot] 6f4b4a0
chore(deps): upgrade dependency pre-commit to v4.5.0 (#3008)
renovate[bot] 9e2b4a9
chore(deps): upgrade dependency bandit to v1.9.2 (#3005)
renovate[bot] 00676fa
chore(deps): upgrade dependency pytest to v9 (#2995)
renovate[bot] c8da1d0
Update CHANGELOG.md
Lumabots fa6dc19
sync with pycord
Lumabots d77f0b3
style(pre-commit): auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 60d45d1
Merge branch 'master' into timeout
Lumabots 13eaf0c
sync with pycord
Lumabots 5d17008
Update CHANGELOG.md
Lumabots 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
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.
I think this is a mistake