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:
anandre
2019-05-24 13:33:40 -05:00
committed by SpaceEEC
parent 97f3b6c5eb
commit 34006cb51e

View File

@@ -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
*/