Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ export class SlashCreatorAPI {
* @param interactionToken The interaction's token.
* @param body The body to send.
* @param files The files to send.
* @param withResponse Whether to recieve the response of the interaction callback
* @param withResponse Whether to receive the response of the interaction callback
*/
interactionCallback<WithResponse extends boolean = false>(
interactionID: string,
Expand Down
Loading