mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 16:57:22 +00:00
* refactor(rest): interaction handling Currently some interaction handling uses `sendRequest` directly. This adds the `runThroughQueue` option, which prevents the request to be handled by a queue effectively giving the same effect as using `sendRequest` directly. This prevents code repetition and supports future endpoints which might not have a rate limit too. Further more all interaction related endpoints have now been set to not send the bots authorization header. * fix invalid file * fix eslint * fix: followups have a rate limit * fix awaiting