mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 19:43:29 +01:00
Specify time unit in awaitModalSubmit (#8484)
This commit is contained in:
committed by
GitHub
parent
4ab1d09997
commit
fc99bf431a
@@ -255,7 +255,7 @@ class InteractionResponses {
|
|||||||
* An object containing the same properties as {@link CollectorOptions}, but a few less:
|
* An object containing the same properties as {@link CollectorOptions}, but a few less:
|
||||||
* @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
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user