From 6aa7792097444376c76ef0cdb6b3cd218a887c4c Mon Sep 17 00:00:00 2001 From: SpaceEEC Date: Sat, 17 Nov 2018 17:19:04 +0100 Subject: [PATCH] docs(GuildChannel): add rateLimitPerUser to ChannelData typdef --- src/structures/GuildChannel.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/structures/GuildChannel.js b/src/structures/GuildChannel.js index ee6592f5c..d95de1d83 100644 --- a/src/structures/GuildChannel.js +++ b/src/structures/GuildChannel.js @@ -286,6 +286,7 @@ class GuildChannel extends Channel { * @property {CategoryChannel|Snowflake} [parent] The parent or parent ID of the channel * @property {ChannelCreationOverwrites[]|Collection} [permissionOverwrites] * Overwrites of the channel + * @property {number} [rateLimitPerUser] The rate limit per user of the channel */ /**