From b6f48ec84a130204608a27c4600e83be946bfe2a Mon Sep 17 00:00:00 2001 From: Jiralite <33201955+Jiralite@users.noreply.github.com> Date: Wed, 17 Aug 2022 08:47:19 +0100 Subject: [PATCH] Specify time unit in `awaitModalSubmit` (v13) (#8506) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Marcus Otterström --- src/structures/interfaces/InteractionResponses.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structures/interfaces/InteractionResponses.js b/src/structures/interfaces/InteractionResponses.js index 4d9a6f6cc..5bbfd855f 100644 --- a/src/structures/interfaces/InteractionResponses.js +++ b/src/structures/interfaces/InteractionResponses.js @@ -250,7 +250,7 @@ class InteractionResponses { * An object containing the same properties as CollectorOptions, but a few more: * @typedef {Object} AwaitModalSubmitOptions * @property {CollectorFilter} [filter] The filter applied to this collector - * @property {number} time Time to wait for an interaction before rejecting + * @property {number} time Time in milliseconds to wait for an interaction before rejecting */ /**