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

Changed RichDisplayRunOptions.time docs #715

Merged
merged 1 commit into from Jun 20, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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