diff --git a/packages/discord.js/src/structures/interfaces/InteractionResponses.js b/packages/discord.js/src/structures/interfaces/InteractionResponses.js index 6e66ba3258a6..f696f085197e 100644 --- a/packages/discord.js/src/structures/interfaces/InteractionResponses.js +++ b/packages/discord.js/src/structures/interfaces/InteractionResponses.js @@ -238,6 +238,7 @@ class InteractionResponses { /** * Shows a modal component * @param {APIModal|ModalData|Modal} modal The modal to show + * @returns {Promise} */ async showModal(modal) { if (this.deferred || this.replied) throw new Error(ErrorCodes.InteractionAlreadyReplied);