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