docs: rename implementation of deferReply (#6412)

This commit is contained in:
monbrey
2021-08-13 10:24:05 +10:00
committed by GitHub
parent f1d5ffce04
commit 615afab8bb

View File

@@ -182,7 +182,7 @@ class BaseCommandInteraction extends Interaction {
// These are here only for documentation purposes - they are implemented by InteractionResponses // These are here only for documentation purposes - they are implemented by InteractionResponses
/* eslint-disable no-empty-function */ /* eslint-disable no-empty-function */
defer() {} deferReply() {}
reply() {} reply() {}
fetchReply() {} fetchReply() {}
editReply() {} editReply() {}