mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +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>}
|
||||
* @readonly
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user