app_commands: suppressing "the application did not respond" #8457
Unanswered
codeofdusk
asked this question in
Q&A
Replies: 1 comment
-
Discord requires all application commands to respond. Best you can do is respond with an ephemeral message (by passing |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm migrating to Discord.py 2.0/app commands.
In the previous
ext.commands
API, it was possible to perform an action without sending a message to the user. However, with app commands, if no message is sent, a "the application did not respond" ephemeral message is sent.It seems like
interaction.response.defer(thinking=False)
is what I want here, but per the documentation app commands don't support it.How can I accomplish this in the new API?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions