docs(TextChanne): specify unit of rateLimitPerUser (#3272)

* 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
This commit is contained in:
anandre
2019-05-15 15:33:27 -05:00
committed by SpaceEEC
parent 16fcfa3db3
commit 55447fd4da
2 changed files with 3 additions and 3 deletions

View File

@@ -291,7 +291,7 @@ class GuildChannel extends Channel {
* Lock the permissions of the channel to what the parent's permissions are
* @property {OverwriteResolvable[]|Collection<Snowflake, OverwriteResolvable>} [permissionOverwrites]
* Permission overwrites for the channel
* @property {number} [rateLimitPerUser] The ratelimit per user for the channel
* @property {number} [rateLimitPerUser] The ratelimit per user for the channel in seconds
*/
/**