From e848d25c86fcd4a11a7879f7dcd55d0bc93faa6d Mon Sep 17 00:00:00 2001 From: Souji Date: Sat, 3 Apr 2021 20:01:54 +0200 Subject: [PATCH] docs(GuildChannel): #members add cached spec, include voice (#5385) --- src/structures/GuildChannel.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 */