mirror of
https://github.com/danbulant/discord.js
synced 2026-05-24 12:35:53 +00:00
Fix typo in client.voiceConnections docs (#1679)
Fix typo in client.voiceConnections docs
This commit is contained in:
parent
e50bf2cdad
commit
111fa2da93
1 changed files with 1 additions and 1 deletions
|
|
@ -228,7 +228,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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue