You are reading the documentation for the next version of discord.js. Documentation for v13/v14+ has been moved to old.discordjs.dev

parseResponse

export declare function parseResponse(res: Dispatcher.ResponseData): Promise<unknown>;
export declare function parseResponse(res: Dispatcher.ResponseData): Promise<unknown>;
Converts the response to usable data
NameTypeOptionalDescription
resDispatcher.ResponseDataNoThe fetch response