mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-15 02:53:31 +01:00
fix(client#voiceConnections): Incorrect docs description (#2280)
This commit is contained in:
@@ -212,7 +212,7 @@ class Client extends EventEmitter {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* All active voice connections that have been established, mapped by channel ID
|
* All active voice connections that have been established, mapped by guild ID
|
||||||
* @type {Collection<Snowflake, VoiceConnection>}
|
* @type {Collection<Snowflake, VoiceConnection>}
|
||||||
* @readonly
|
* @readonly
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user