mirror of
https://github.com/danbulant/discord.js
synced 2026-06-05 15:51:31 +00:00
fix(client#voiceConnections): Incorrect docs description (#2280)
This commit is contained in:
parent
b5ff309bf9
commit
00e2f39ea1
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue