diff --git a/src/structures/BaseCommandInteraction.js b/src/structures/BaseCommandInteraction.js index 2070c3460..36a1a71e5 100644 --- a/src/structures/BaseCommandInteraction.js +++ b/src/structures/BaseCommandInteraction.js @@ -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() {}