Skip to content
This repository has been archived by the owner on Aug 28, 2020. It is now read-only.

Commit

Permalink
Changed RichDisplayRunOptions#time docs (#715)
Browse files Browse the repository at this point in the history
This PR changes `RichDisplayRunOptions#time` documentation info, adding `in milliseconds` to the info.

This little left-out detail has given me so much headache with debugging.
  • Loading branch information
angeloanan authored and bdistin committed Jun 20, 2019
1 parent 3e28609 commit 23c8b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/util/RichDisplay.js
Expand Up @@ -28,7 +28,7 @@ class RichDisplay {
* @property {number} [max] The maximum total amount of reactions to collect
* @property {number} [maxEmojis] The maximum number of emojis to collect
* @property {number} [maxUsers] The maximum number of users to react
* @property {number} [time] The maximum amount of time before this RichDisplay should expire
* @property {number} [time] The maximum amount of time in milliseconds before this RichDisplay should expire
*/

/**
Expand Down

0 comments on commit 23c8b87

Please sign in to comment.