You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(channel, sync): Prevent bot from crashing if it is invited without application.commands scope; allow modifying channels outside of a category (#780)
* refactor: optimize sync behavior
* ooops
* Update interactions/api/http/interaction.py
Co-authored-by: Toricane <73972068+Toricane@users.noreply.github.com>
* Update interactions/client/bot.pyi
Co-authored-by: Toricane <73972068+Toricane@users.noreply.github.com>
* Update interactions/api/http/scheduledEvent.py
Co-authored-by: Toricane <73972068+Toricane@users.noreply.github.com>
* Update interactions/client/bot.py
Co-authored-by: Toricane <73972068+Toricane@users.noreply.github.com>
* Update bot.py
* ci: correct from checks.
* fix: Fix command check for user and member decorator
* Update interactions/client/bot.py
Co-authored-by: Toricane <73972068+Toricane@users.noreply.github.com>
* fix!: Fix autocomplete when sync is disabled
* Update bot.py
* Update bot.py
* Update bot.pyi
* ci: correct from checks.
* Update bot.py
* fix: fix option checks and autocomplete dispatch with command names
* ci
* refactor: unnecessary if checks
* fix!: Fix synchronisation by properly checking attributes and their logic comparators.
* refactor: Remove print statements.
* refactor: move sync and autocomplete into _ready
* doc: add warning
* Update interactions/client/bot.py
Co-authored-by: Toricane <73972068+Toricane@users.noreply.github.com>
* refactor!: Consider extensions in the sync process
* ci: correct from checks.
* i hate merge conflicts
* purge: remove debugging changes
* Update interactions/client/bot.py
Co-authored-by: Toricane <73972068+Toricane@users.noreply.github.com>
* Update interactions/client/bot.py
Co-authored-by: Toricane <73972068+Toricane@users.noreply.github.com>
* fix: consider loading after bot start
* ci: correct from checks.
* refactor: make compare sync static
* ci: correct from checks.
* fix: consider sync toggle on load
* fix: Fix attribute reference typo.
* fix!: Attempt to fix critical error on startup with JSONException
* add check
* fix
* refactor: change raise to warning if sync is off
* ci: correct from checks.
* fix!: continue
* fix!: fix snyc bug if the bot does not have the `application.commands` scope; include checks for subcommands
* fix: fix permission overwrite serialization and allow modifying channels without category
* ci
Co-authored-by: Toricane <73972068+Toricane@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: DeltaX <33706469+DeltaXWizard@users.noreply.github.com>
0 commit comments