mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 00:53:31 +01:00
refactor(Interaction): rename defer to deferReply (#6306)
This commit is contained in:
@@ -89,7 +89,7 @@ class MessageComponentInteraction 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