mirror of
https://github.com/danbulant/discord.js
synced 2026-06-09 17:52:55 +00:00
fml
This commit is contained in:
parent
46b8a7d411
commit
b49266baa5
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ const EventEmitter = require('events').EventEmitter;
|
||||||
const Prism = require('prism-media');
|
const Prism = require('prism-media');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Represents a connection a guild's voice server.
|
* Represents a connection to a guild's voice server.
|
||||||
* ```js
|
* ```js
|
||||||
* // Obtained using:
|
* // Obtained using:
|
||||||
* voiceChannel.join().then(connection => {
|
* voiceChannel.join().then(connection => {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue