serenity
serenity copied to clipboard
Webhooks don't follow rate limit
trafficstars
The cause of the issue that happened on #1120 has been determinated to be webhooks not following the rate limits. Both issues should still be fixed though.
Maybe this is related to all of the following requests sharing the same ratelimit bucket (Route enum variant)?
- GetWebhook(WithToken)
- CreateFollowupMessage
- DeleteWebhook(WithToken)
- EditWebhook(WithToken)
- ExecuteWebhook
Is this still an issue on the next branch? If so, how to reproduce?
This shouldn't be an issue anymore, as the x-ratelimit-* headers are now followed on webhooks, when they didn't used to. More details in #1120