async with message.channel.typing() only shows indicator for 10 seconds #5969
-
SummaryIn the docs, Reproduction Steps
Here, there should be a 20 second delay, during which the typing indicator in discord is active, and then a message saying "Time up". Instead, the indicator deactivates halfway through the sleep. Checklist
System Information
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Please read the FAQ on blocking. By using |
Beta Was this translation helpful? Give feedback.
Please read the FAQ on blocking.
By using
time.sleep
you disallow the bot from doing anything, this includes sending the second request to continue the typing indicator.