-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
incorrect error for messages #5312
Comments
that’s not a bug |
What is it then? Why does it do that in the first place? |
It's a channel-global rate limit shared by all users sending messages in that channel, rather than a rate limit just for your client, hence the different message to make that distinction clear. Your own rate limit may not be exhausted yet, but the channel-global limit is. |
True but it's also sent when a single user hits the channel send limit for themselves. |
Description
the error message is incorrect
Steps to Reproduce
send enough messages in a channel to get yourself rate-limited
Expected Behavior
"message": "You are being rate limited."
Current Behavior
message: "The write action you are performing on the channel has hit the write rate limit."
Screenshots/Videos
Client and System Information
Canary 141389 (f0f2e03)
Windows 10 64-Bit (10.0.19043)
The text was updated successfully, but these errors were encountered: