mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 09:03:29 +01:00
docs: rename implementation of deferReply (#6412)
This commit is contained in:
@@ -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() {}
|
||||||
|
|||||||
Reference in New Issue
Block a user