mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-20 13:33:30 +01:00
typo(RequestHandler): fix spelling of 'requests' (#3196)
Removed the additional "s" to "requessts"
This commit is contained in:
@@ -163,7 +163,7 @@ class RequestHandler {
|
|||||||
return this.run();
|
return this.run();
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// Handle possible malformed requessts
|
// Handle possible malformed requests
|
||||||
try {
|
try {
|
||||||
const data = await parseResponse(res);
|
const data = await parseResponse(res);
|
||||||
if (res.status >= 400 && res.status < 500) {
|
if (res.status >= 400 && res.status < 500) {
|
||||||
|
|||||||
Reference in New Issue
Block a user