From 615afab8bba40efef88d232c9da8397d66fb5f17 Mon Sep 17 00:00:00 2001 From: monbrey Date: Fri, 13 Aug 2021 10:24:05 +1000 Subject: [PATCH] docs: rename implementation of deferReply (#6412) --- src/structures/BaseCommandInteraction.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structures/BaseCommandInteraction.js b/src/structures/BaseCommandInteraction.js index 2070c3460c92..36a1a71e5a7f 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() {}