mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +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();
|
||||
}
|
||||
} else {
|
||||
// Handle possible malformed requessts
|
||||
// Handle possible malformed requests
|
||||
try {
|
||||
const data = await parseResponse(res);
|
||||
if (res.status >= 400 && res.status < 500) {
|
||||
|
||||
Reference in New Issue
Block a user