refactor(Interaction): rename defer to deferReply (#6306)

This commit is contained in:
Jan
2021-08-05 18:30:13 +02:00
committed by GitHub
parent 5b4efd13c9
commit 4241febe24
5 changed files with 26 additions and 16 deletions

View File

@@ -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() {}