mirror of
https://github.com/danbulant/discord.js
synced 2026-05-25 21:12:06 +00:00
Fix VC docs
This commit is contained in:
parent
efd1d0c738
commit
a3b9b0f1b4
2 changed files with 2 additions and 1 deletions
File diff suppressed because one or more lines are too long
|
|
@ -12,6 +12,7 @@ const DefaultPlayer = require('./player/DefaultPlayer');
|
|||
* voiceChannel.join().then(connection => {
|
||||
*
|
||||
* });
|
||||
* ```
|
||||
* @extends {EventEmitter}
|
||||
*/
|
||||
class VoiceConnection extends EventEmitter {
|
||||
|
|
|
|||
Loading…
Reference in a new issue