docs: Specify time unit in awaitModalSubmit (v13)

#8506
This commit is contained in:
March 7th 2022-08-17 17:45:31 +07:00
parent 3914c3f143
commit 36b2d52449

View File

@ -250,7 +250,7 @@ class InteractionResponses {
* An object containing the same properties as CollectorOptions, but a few more: * An object containing the same properties as CollectorOptions, but a few more:
* @typedef {Object} AwaitModalSubmitOptions * @typedef {Object} AwaitModalSubmitOptions
* @property {CollectorFilter} [filter] The filter applied to this collector * @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
*/ */
/** /**