Specify time unit in awaitModalSubmit (v13) (#8506)

Co-authored-by: Marcus Otterström <github@otterstrom.dev>
This commit is contained in:
Jiralite
2022-08-17 08:47:19 +01:00
committed by GitHub
parent 11d69491e0
commit b6f48ec84a

View File

@@ -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
*/
/**