mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 18:13:29 +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>}
|
* @type {Collection<Snowflake, VoiceConnection>}
|
||||||
* @readonly
|
* @readonly
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user