Skip to content

Commit

Permalink
docs: rename implementation of deferReply (#6412)
Browse files Browse the repository at this point in the history
  • Loading branch information
monbrey authored Aug 13, 2021
1 parent f1d5ffc commit 615afab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/structures/BaseCommandInteraction.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ class BaseCommandInteraction extends Interaction {

// These are here only for documentation purposes - they are implemented by InteractionResponses
/* eslint-disable no-empty-function */
defer() {}
deferReply() {}
reply() {}
fetchReply() {}
editReply() {}
Expand Down

0 comments on commit 615afab

Please sign in to comment.