From 36b2d524490c5dc6c7e75627c93bc1225e02b307 Mon Sep 17 00:00:00 2001 From: March 7th <71698422+aiko-chan-ai@users.noreply.github.com> Date: Wed, 17 Aug 2022 17:45:31 +0700 Subject: [PATCH] docs: Specify time unit in `awaitModalSubmit` (v13) #8506 --- 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 4d9a6f6..5bbfd85 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 */ /**