mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +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
|
||||
/* eslint-disable no-empty-function */
|
||||
defer() {}
|
||||
deferReply() {}
|
||||
reply() {}
|
||||
fetchReply() {}
|
||||
editReply() {}
|
||||
|
||||
Reference in New Issue
Block a user