mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
docs: update param wording for consistency (#10930)
This commit is contained in:
@@ -49,8 +49,8 @@ export class DiscordAPIError extends Error {
|
||||
* @param rawError - The error reported by Discord
|
||||
* @param code - The error code reported by Discord
|
||||
* @param status - The status code of the response
|
||||
* @param method - The method of the request that erred
|
||||
* @param url - The url of the request that erred
|
||||
* @param method - The method of the request that errored
|
||||
* @param url - The url of the request that errored
|
||||
* @param bodyData - The unparsed data for the request that errored
|
||||
*/
|
||||
public constructor(
|
||||
|
||||
@@ -12,8 +12,8 @@ export class HTTPError extends Error {
|
||||
/**
|
||||
* @param status - The status code of the response
|
||||
* @param statusText - The status text of the response
|
||||
* @param method - The method of the request that erred
|
||||
* @param url - The url of the request that erred
|
||||
* @param method - The method of the request that errored
|
||||
* @param url - The url of the request that errored
|
||||
* @param bodyData - The unparsed data for the request that errored
|
||||
*/
|
||||
public constructor(
|
||||
|
||||
Reference in New Issue
Block a user