CRBT-Team / Purplet

A framework for quickly building Discord bots + more packages relating to the Discord API, with a primary goal on a rich developer experience.
https://purplet.js.org
Apache License 2.0
64 stars 1 forks source link

fix(rest): never resolving when status 204 #79

Closed pharuxtan closed 2 years ago

pharuxtan commented 2 years ago

This fix the never resolving promise on the 204 status code response, that cause getting stuck on for example deferredMessage which you need to followup after.

changeset-bot[bot] commented 2 years ago

🦋 Changeset detected

Latest commit: 892429a3845ece3e4d94e69f55135eb961ef9efc

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

paperdave commented 2 years ago

thank you