mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 14:02:02 +00: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:
parent
97f3b6c5eb
commit
34006cb51e
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ class StreamDispatcher extends Writable {
|
|||
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}
|
||||
* @readonly
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue