Skip to content

Commit

Permalink
Specify time unit in awaitModalSubmit (v13) (#8506)
Browse files Browse the repository at this point in the history
Co-authored-by: Marcus Otterström <github@otterstrom.dev>
  • Loading branch information
Jiralite and MarcusOtter committed Aug 17, 2022
1 parent 11d6949 commit b6f48ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/structures/interfaces/InteractionResponses.js
Expand Up @@ -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
*/

/**
Expand Down

0 comments on commit b6f48ec

Please sign in to comment.