mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 16:43:31 +01:00
docs: mark getters as @ readonly
This commit is contained in:
@@ -30,6 +30,7 @@ class VoiceChannel extends GuildChannel {
|
||||
* The members in this voice channel
|
||||
* @type {Collection<Snowflake, GuildMember>}
|
||||
* @name VoiceChannel#members
|
||||
* @readonly
|
||||
*/
|
||||
get members() {
|
||||
const coll = new Collection();
|
||||
|
||||
Reference in New Issue
Block a user