Please describe the changes this PR makes and why it should be merged:
This PR fixes a problem where webhookIdOrToken not being exported caused any usage of makeRestUtils to not compile.
Status and versioning classification:
Code changes have been tested against the Discord API, or there are no code changes
This PR changes the library's interface (methods or parameters added)
Semver things™:
You would think that this is a breaking change due to the rename of webhookIdOrToken, however, not being exported, it was private, which would make this change an addition and therefore, minor.
All though, without this change makeRestUtils is literally unusable, so I'm going to simply classify this as a patch change.
Please describe the changes this PR makes and why it should be merged: This PR fixes a problem where
webhookIdOrToken
not being exported caused any usage ofmakeRestUtils
to not compile.Status and versioning classification:
Semver things™:
webhookIdOrToken
, however, not being exported, it was private, which would make this change an addition and therefore, minor.makeRestUtils
is literally unusable, so I'm going to simply classify this as a patch change.