mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-02 17:00:08 +00:00
* fix(rest): Use Retry-After header for retrying requests According to discord docs: Your application should rely on the Retry-After header [...] to determine when to retry the request. * also use in processHeaders() --------- Co-authored-by: Awesome Stickz <kiran121102@gmail.com>