Whoops remove something

This commit is contained in:
Amish Shah
2016-10-26 16:10:02 +01:00
parent 597c3ebcbe
commit e12c7bf2d4

View File

@@ -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 => {