interaction-kit
interaction-kit copied to clipboard
Fix discord-request queue error handling
Right now if you have a queue with two requests and the first request errors, I do not believe the second request will fire. I need to either prove it will with a unit test (and that the caller receives the error) or fix the issue.