From fc99bf431a1d27647c465fd6d8549cc138ae702b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20Otterstr=C3=B6m?= Date: Mon, 15 Aug 2022 16:07:03 +0200 Subject: [PATCH] Specify time unit in `awaitModalSubmit` (#8484) --- .../src/structures/interfaces/InteractionResponses.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/discord.js/src/structures/interfaces/InteractionResponses.js b/packages/discord.js/src/structures/interfaces/InteractionResponses.js index 5e8b2bcc6..b18ece62d 100644 --- a/packages/discord.js/src/structures/interfaces/InteractionResponses.js +++ b/packages/discord.js/src/structures/interfaces/InteractionResponses.js @@ -255,7 +255,7 @@ class InteractionResponses { * An object containing the same properties as {@link CollectorOptions}, but a few less: * @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 */ /**