Replies: 1 comment
-
It's 10 seconds per request. You need to "block" the event loop for the amount of seconds you want it. Using I know that you can use |
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 currently trying to create a typing indicator since I'm creating a discord bot with integrated AI and while generating the response I'd like it to indicate "typing".
In the
on_message
event I have this snippet here:which supposedly (according to the docs atleast) is indicating "typing" for an indefinite amount of time. But even though I do this. The indicator still disappears after ~10 seconds.
Is there anything else I'm missing?
P.S.: Please let me know if you need additional information, I don't know how much one needs to see in order to resolve or understand this issue.
Beta Was this translation helpful? Give feedback.
All reactions