mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
Fix typo in client.voiceConnections docs (#1679)
Fix typo in client.voiceConnections docs
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user