Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(Typings): add missing typings for HttpError -> requestData #5742

Merged
merged 9 commits into from
Jun 3, 2021
3 changes: 2 additions & 1 deletion src/rest/HTTPError.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ class HTTPError extends Error {
/**
* The attachment data that is sent to Discord
* @typedef {Object} HTTPAttachmentData
* @property {string} attachment The attachment
casperiv0 marked this conversation as resolved.
Show resolved Hide resolved
* @property {string} name The file name
* @property {Buffer} file The file buffer
* @property {Buffer|Stream} file The file buffer
*/

/**
Expand Down