mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 09:33:32 +01:00
docs: mark getters as @ readonly
This commit is contained in:
@@ -130,6 +130,7 @@ class VoiceConnection extends EventEmitter {
|
||||
/**
|
||||
* The client that instantiated this connection
|
||||
* @type {Client}
|
||||
* @readonly
|
||||
*/
|
||||
get client() {
|
||||
return this.voiceManager.client;
|
||||
|
||||
Reference in New Issue
Block a user