Workaround for 3 second interaction timeout #2732
Dmitriy-ksm
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
You could call |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My bot works with an external api, and moreover, it processes images, so far I have not cached all the images I need and therefore sometimes slash commands fall due to the 3 second response time limit. In this regard, I propose the following feature.
Add the ability to provide some stub (text, or file) to the bot to respond after calling the slash command, which it will send to the chat while it processes the request. And after processing is completed, this message will be edited for the real result.
If you can't edit the submitted file due to discord restrictions, then for more flexibility, send the stub as an ephemeral message, and then send the real answer with another message.
Beta Was this translation helpful? Give feedback.
All reactions