Skip to content

refactor(commands): emit runtime warning instead of ephemeral response for guild app command desyncs - #1587

Open
shiftinv wants to merge 4 commits into
masterfrom
fix/sync-warning-message
Open

refactor(commands): emit runtime warning instead of ephemeral response for guild app command desyncs#1587
shiftinv wants to merge 4 commits into
masterfrom
fix/sync-warning-message

Conversation

@shiftinv

@shiftinv shiftinv commented Jul 31, 2026

Copy link
Copy Markdown
Member

Summary

Resolves #886.
This now simply emits a SyncWarning instead of sending an ephemeral interaction response, when a removed guild application command is invoked in the one guild sync edge case.

Checklist

  • If code changes were made, then they have been tested
    • I have updated the documentation to reflect the changes
    • I have formatted the code properly by running uv run nox -s lint
    • I have type-checked the code by running uv run nox -s pyright
  • This PR fixes an issue
  • This PR adds something new (e.g. new method or parameters)
  • This PR is a breaking change (e.g. methods or parameters removed/renamed)
  • This PR is not a code change (e.g. documentation, README, ...)

@shiftinv shiftinv added this to the disnake v2.13 milestone Jul 31, 2026
@shiftinv shiftinv added the t: refactor/typing/lint Refactors, typing changes and/or linting changes label Jul 31, 2026
@shiftinv shiftinv added this to disnake Jul 31, 2026
@github-project-automation github-project-automation Bot moved this to Todo in disnake Jul 31, 2026
@read-the-docs-community

Copy link
Copy Markdown

Documentation build overview

📚 disnake | 🛠️ Build #33851177 | 📁 Comparing 46b8086 against latest (c85e0b4)

  🔍 Preview build  

49 files changed · ± 49 modified

± Modified

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

t: refactor/typing/lint Refactors, typing changes and/or linting changes

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

Add a kwarg or a way to manage the syncing warning message

1 participant