mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01:00
Correct documentation for VoiceConnection (see #1536)
This commit is contained in:
@@ -8,7 +8,7 @@ const EventEmitter = require('events').EventEmitter;
|
||||
const Prism = require('prism-media');
|
||||
|
||||
/**
|
||||
* Represents a connection to a voice channel in Discord.
|
||||
* Represents a connection a guild's voice server.
|
||||
* ```js
|
||||
* // Obtained using:
|
||||
* voiceChannel.join().then(connection => {
|
||||
|
||||
Reference in New Issue
Block a user