Skip to content

Commit

Permalink
Update lib/Client.js
Browse files Browse the repository at this point in the history
Co-authored-by: Donovan Daniels <hewwo@yiff.rocks>
  • Loading branch information
JustCat80 and DonovanDMC committed Aug 5, 2021
1 parent fd0591c commit 199adda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Client.js
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ class Client extends EventEmitter {
* @returns {Promise}
*/
createInteractionResponse(interactionID, interactionToken, options) {
return this.requestHandler.request("POST", Endpoints.INTERACTION_RESPOND(interactionID, interactionToken), true, options);
return this.requestHandler.request("POST", Endpoints.INTERACTION_RESPOND(interactionID, interactionToken), true, options, undefined, "/interactions/:id/:token/callback");
}

/**
Expand Down

0 comments on commit 199adda

Please sign in to comment.