mirror of
https://github.com/danbulant/discord.js
synced 2026-06-08 09:13: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');
|
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
|
* ```js
|
||||||
* // obtained using:
|
* // obtained using:
|
||||||
* voiceChannel.join().then(connection => {
|
* voiceChannel.join().then(connection => {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue