Slowmode problem #724
Unanswered
TheRealRedSlime
asked this question in
Help
Replies: 1 comment
-
You have to keep track of it yourself using the slowmode delay and the timestamp of your last sent message. |
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.
-
Hi,
I searched on the docs, but i can't find what I need, so i'm coming here with that question : Is there a way to get the current slowmode status ?
I mean, if the bot tries to send a message while the slowmode is not allowing it (i.e. it lasts 25sec before being able to send a msg), then discord considers it as a ratelimit, and completely paralyses the script until it can send the message.
However, on a huge slowmode of many minutes or even hours, it is really annoying.
How can I manage this ?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions