-
Notifications
You must be signed in to change notification settings - Fork 185
fix(channel, sync): Prevent bot from crashing if it is invited without application.commands scope; allow modifying channels outside of a category
#780
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
EepyElvyra
merged 63 commits into
interactions-py:unstable
from
EepyElvyra:rework_cmd_sync
May 11, 2022
Merged
Changes from 56 commits
Commits
Show all changes
63 commits
Select commit
Hold shift + click to select a range
2ede85f
refactor: optimize sync behavior
EepyElvyra 14fb6d7
ooops
EepyElvyra 0256ebd
Update interactions/api/http/interaction.py
EepyElvyra c447bea
Update interactions/client/bot.pyi
EepyElvyra dba98de
Update interactions/api/http/scheduledEvent.py
EepyElvyra 7e72baa
Update interactions/client/bot.py
EepyElvyra 11acf4b
Update bot.py
EepyElvyra 7426776
ci: correct from checks.
pre-commit-ci[bot] a749a83
fix: Fix command check for user and member decorator
EepyElvyra a328711
Merge remote-tracking branch 'origin/rework_cmd_sync' into rework_cmd…
EepyElvyra 998c0b3
Update interactions/client/bot.py
EepyElvyra 518aad7
fix!: Fix autocomplete when sync is disabled
EepyElvyra 622f3e2
Merge remote-tracking branch 'origin/rework_cmd_sync' into rework_cmd…
EepyElvyra 951208d
Update bot.py
EepyElvyra 3bd3820
Update bot.py
EepyElvyra 8e8d59d
Update bot.pyi
EepyElvyra 71e1aad
ci: correct from checks.
pre-commit-ci[bot] 2548d63
Update bot.py
EepyElvyra a7dcf86
fix: fix option checks and autocomplete dispatch with command names
EepyElvyra f79c93a
ci
EepyElvyra f08a3d9
refactor: unnecessary if checks
EepyElvyra 39cbf95
fix!: Fix synchronisation by properly checking attributes and their l…
FayeDel 8f7b21a
refactor: Remove print statements.
FayeDel 04ed0a7
refactor: move sync and autocomplete into _ready
EepyElvyra c91d8da
doc: add warning
EepyElvyra baaeb0d
Update interactions/client/bot.py
EepyElvyra 95e5f6b
Merge branch 'unstable' into rework_cmd_sync
EepyElvyra c8076da
refactor!: Consider extensions in the sync process
EepyElvyra 75e6db9
Merge branch 'unstable' into rework_cmd_sync
EepyElvyra 3b57ee8
ci: correct from checks.
pre-commit-ci[bot] 9694436
i hate merge conflicts
EepyElvyra 97a926f
purge: remove debugging changes
EepyElvyra 8697ce9
Update interactions/client/bot.py
EepyElvyra cc53d66
Update interactions/client/bot.py
EepyElvyra 2405d79
fix: consider loading after bot start
EepyElvyra 08f733e
ci: correct from checks.
pre-commit-ci[bot] 00f3284
refactor: make compare sync static
EepyElvyra cfd2b4e
Merge remote-tracking branch 'origin/rework_cmd_sync' into rework_cmd…
EepyElvyra fbf5c72
ci: correct from checks.
pre-commit-ci[bot] 08623f5
fix: consider sync toggle on load
EepyElvyra ca551f8
fix: Fix attribute reference typo.
FayeDel 253dbe4
fix!: Attempt to fix critical error on startup with JSONException
EepyElvyra 7ecb6f0
add check
EepyElvyra ea7d7bf
fix
EepyElvyra b379d46
refactor: change raise to warning if sync is off
EepyElvyra 8f39278
ci: correct from checks.
pre-commit-ci[bot] a3b9c47
fix!: continue
EepyElvyra 7630a81
fix!: fix snyc bug if the bot does not have the `application.commands…
EepyElvyra 22ae9b4
fix: fix permission overwrite serialization and allow modifying chann…
EepyElvyra ba3d111
ci
EepyElvyra 0dac1cc
Merge branch 'unstable' into rework_cmd_sync
EepyElvyra 2fa7f6c
fix: Add missing `_`
EepyElvyra 77ed70d
Merge remote-tracking branch 'origin/rework_cmd_sync' into rework_cmd…
EepyElvyra ca1e724
refactor: change critical to exception to provide a better DX
EepyElvyra b1fcebb
remove f-string
EepyElvyra 05c6e57
fix
EepyElvyra 1bb6bb1
Update interactions/api/models/channel.py
EepyElvyra b584b26
Update interactions/api/models/guild.py
EepyElvyra 848e7f7
Update interactions/client/bot.py
EepyElvyra 6a1cc28
Update interactions/client/bot.py
EepyElvyra d214655
Update interactions/client/bot.py
EepyElvyra c9ff68e
Update interactions/client/bot.py
EepyElvyra 80e723e
ci: correct from checks.
pre-commit-ci[bot] 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
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.