mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 12:03:31 +01:00
docs(StreamDispatcher): specify pausedTime is in milliseconds (#3295)
* Update TextChannel.js Update `setRateLimitPerUser` description to specify the `number` is in seconds, per the Discord docs * Update TextChannel.js Add unit to the rateLimitPerUser property * Update GuildChannel.js * Update StreamDispatcher.js Specify unit for `StreamDispatcher.pausedTime`
This commit is contained in:
@@ -151,7 +151,7 @@ class StreamDispatcher extends Writable {
|
|||||||
get paused() { return Boolean(this.pausedSince); }
|
get paused() { return Boolean(this.pausedSince); }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Total time that this dispatcher has been paused
|
* Total time that this dispatcher has been paused in milliseconds
|
||||||
* @type {number}
|
* @type {number}
|
||||||
* @readonly
|
* @readonly
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user