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