Skip to content

Commit

Permalink
docs: fix Discord capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
ckohen committed Oct 7, 2021
1 parent 5118eea commit af5d081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rest/RequestHandler.js
Expand Up @@ -212,7 +212,7 @@ class RequestHandler {
* it is highly recommended to check `request.path` to filter the data.</info>
* @event Client#apiResponse
* @param {APIRequest} request The request that triggered this response
* @param {Response} response The response received from the discord API
* @param {Response} response The response received from the Discord API
*/
this.manager.client.emit(
API_RESPONSE,
Expand Down

0 comments on commit af5d081

Please sign in to comment.