mirror of
https://github.com/danbulant/discord.js
synced 2026-05-25 04:52:22 +00:00
Whoops remove something
This commit is contained in:
parent
597c3ebcbe
commit
e12c7bf2d4
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ const EventEmitter = require('events').EventEmitter;
|
|||
const fs = require('fs');
|
||||
|
||||
/**
|
||||
* Represents a connection to a Voice Channel in Discord. v10 flag.
|
||||
* Represents a connection to a Voice Channel in Discord.
|
||||
* ```js
|
||||
* // obtained using:
|
||||
* voiceChannel.join().then(connection => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue