mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 20:13: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');
|
const Prism = require('prism-media');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Represents a connection to a voice channel in Discord.
|
* Represents a connection a guild's voice server.
|
||||||
* ```js
|
* ```js
|
||||||
* // Obtained using:
|
* // Obtained using:
|
||||||
* voiceChannel.join().then(connection => {
|
* voiceChannel.join().then(connection => {
|
||||||
|
|||||||
Reference in New Issue
Block a user