diff --git a/src/structures/GuildChannel.js b/src/structures/GuildChannel.js index e9261d3e1..fb0979cc3 100644 --- a/src/structures/GuildChannel.js +++ b/src/structures/GuildChannel.js @@ -287,7 +287,9 @@ class GuildChannel extends Channel { } /** - * A collection of members that can see this channel, mapped by their ID + * A collection of cached members of this channel, mapped by their ID. + * Members that can view this channel, if the channel is text based. + * Members in the channel, if the channel is voice based. * @type {Collection} * @readonly */