-
-
Notifications
You must be signed in to change notification settings - Fork 494
fix: Command Auto Syncing #2990
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
Open
Icebluewolf
wants to merge
102
commits into
Pycord-Development:master
Choose a base branch
from
Icebluewolf:fix-auto-sync
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.
Open
Changes from 91 commits
Commits
Show all changes
102 commits
Select commit
Hold shift + click to select a range
f7e4821
fix: Initial Commit To Fix Command Auto Syncing
Icebluewolf 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 20cd5ed
Merge branch 'master' into appinf
Lumabots ef0cb75
feat: add ApplicationEventWebhookStatus enum and update AppInfo to us…
Lumabots 5f939dd
style(pre-commit): auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 27b5b01
Merge branch 'master' into appinf
Lumabots ae03d85
Update discord/appinfo.py
Lumabots f2d461d
refactor: simplify icon and cover_image type annotations in AppInfo
Lumabots 7afeed1
feat: implement FlagCommand for enhanced command argument parsing
Lumabots 630bdcd
Merge branch 'master' into appinf
Lumabots 03700ad
Update discord/appinfo.py
Paillat-dev 9f6d9bc
Merge branch 'master' into appinf
Paillat-dev 10cc2a6
Merge branch 'master' into appinf
Lumabots 30e6fa0
style(pre-commit): auto fixes from pre-commit.com hooks
pre-commit-ci[bot] fc63c77
docs: add versionadded directive for 2.7 in AppInfo and enums
Lumabots ab26c2a
docs: 📝 Add versionadded directive for ApplicationEventWebhookStatus …
Lumabots 92a9616
docs: 📝 Update versionadded directive to 2.7.1 for AppInfo attributes…
Lumabots eae7a46
Merge branch 'master' into appinf
Lumabots 143d451
Merge branch 'master' into fix-auto-sync
Paillat-dev 94ea2c6
docs: 📝 Update attribute names for ApplicationEventWebhookStatus to l…
Lumabots 4f7bbcc
Update discord/appinfo.py
Lumabots 9afae37
Update discord/appinfo.py
Lumabots b499895
Update discord/appinfo.py
Lumabots 97e9ab8
Update discord/appinfo.py
Lumabots d37080a
Update discord/appinfo.py
Lumabots ed843bb
Merge branch 'master' into appinf
Lumabots c98a56b
Update discord/appinfo.py
Lumabots fc3c746
Update discord/appinfo.py
Lumabots 587921a
Update discord/appinfo.py
Lumabots a61568b
Merge branch 'master' into appinf
Lumabots 5589372
Update enums.rst
Lumabots e871952
Update CHANGELOG.md
Lumabots 80b65cb
Update appinfo.py
Lumabots 8f5a9cd
style(pre-commit): auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 066b5aa
Merge branch 'master' into appinf
Lumabots c90e24e
fix(appinfo): update versionadded annotations from 2.7.1 to 2.8
Lumabots 6b4f274
fix: Apply Suggestions From Code Review
Icebluewolf b62ed9e
Merge branch 'fix-auto-sync' of https://github.com/Icebluewolf/pycord…
Icebluewolf 90b0648
Merge branch 'master' into fix-auto-sync
NeloBlivion 8a5e7f0
refactor: Apply Suggestions From Code Review
Icebluewolf c6d2f28
Merge branch 'master' into fix-auto-sync
Paillat-dev 66292d8
fix: Subcommand Checking
Icebluewolf 8914531
Merge branch 'fix-auto-sync' of https://github.com/Icebluewolf/pycord…
Icebluewolf b8b75b9
refactor: Use Pipe Union
Icebluewolf e3752ed
Merge branch 'master' into appinf
Paillat-dev 90e69d4
Update docs/api/enums.rst
Paillat-dev 988788a
Update discord/appinfo.py
Paillat-dev a8d8922
Merge branch 'master' into fix-auto-sync
Paillat-dev 2d3df29
Merge branch 'master' into fix-auto-sync
Paillat-dev b3864c9
refactor: :wrench: New test setup and modernize dev installl (#3128)
Paillat-dev 34b80a8
Merge branch 'master' into fix-auto-sync
Paillat-dev ae9a6c4
Merge branch 'master' into fix-auto-sync
Paillat-dev 1118414
Merge branch 'refs/heads/pr-2994' into fix-auto-sync
Icebluewolf e7d0670
fix(appinfo): set default value for flags and update flags property type
Lumabots b20de1e
Merge branch 'master' into appinf
Lumabots d7424c2
Update discord/appinfo.py
Paillat-dev 9ef07a0
Apply suggestion from @Paillat-dev
Paillat-dev a385c80
fix(appinfo): update types for guild and user in IntegrationTypesConfig
Lumabots 1e3567d
Merge branch 'refs/heads/pr-2994' into fix-auto-sync
Icebluewolf 2cdbcc3
feat: Support IntegrationTypes Defaults Via AppInfo
Icebluewolf da483b1
chore: Changelog
Icebluewolf 370e485
Merge branch 'master' of https://github.com/Pycord-Development/pycord…
Icebluewolf 5845999
feat: Implement Tests For Command Comparison
Icebluewolf 06c12dd
chore: Apply Minor Changes From Code Review
Icebluewolf 2f7892c
fix: Use Dummy Data In Place Of Fetching AppInfo
Icebluewolf a27786c
Merge branch 'master' into fix-auto-sync
Paillat-dev ea4d27d
Merge branch 'master' into fix-auto-sync
Paillat-dev 816da79
Merge branch 'master' into fix-auto-sync
Paillat-dev 1c71ed0
Update tests/test_command_syncing.py
Paillat-dev a424cba
style(pre-commit): auto fixes from pre-commit.com hooks
pre-commit-ci[bot] f541c76
fix: Only Checking First Sub Command
Icebluewolf aa292c8
feat(tests): Checks For Multiple Sub Commands
Icebluewolf 90ce912
Merge branch 'fix-auto-sync' of https://github.com/Icebluewolf/pycord…
Icebluewolf 9dee627
Merge branch 'master' into fix-auto-sync
Paillat-dev 8d6bc88
Merge branch 'master' into fix-auto-sync
Paillat-dev ac9dfdc
Merge branch 'master' into fix-auto-sync
Paillat-dev 8ebfebb
Merge branch 'master' into fix-auto-sync
Paillat-dev 28b4682
fix: improve docstring wording of display methods (#3120)
Lee4test bad829f
Merge branch 'master' into fix-auto-sync
Dorukyum 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
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.
Uh oh!
There was an error while loading. Please reload this page.