mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 09:03:29 +01:00
Improve docs for voiceConnection/connection
This commit is contained in:
@@ -233,9 +233,8 @@ class Guild {
|
||||
}
|
||||
|
||||
/**
|
||||
* If the client is connected to any voice channel in this guild, this will be the relevant
|
||||
* VoiceConnection.
|
||||
* @type {VoiceConnection}
|
||||
* If the client is connected to any voice channel in this guild, this will be the relevant VoiceConnection.
|
||||
* @type {?VoiceConnection}
|
||||
* @readonly
|
||||
*/
|
||||
get voiceConnection() {
|
||||
|
||||
Reference in New Issue
Block a user