Merge branch 'master' into voice-rewrite

This commit is contained in:
Schuyler Cebulskie
2018-01-10 00:14:29 -05:00
3 changed files with 4 additions and 4 deletions

View File

@@ -69,7 +69,7 @@ class Channel extends Base {
* @example
* // Delete the channel
* channel.delete()
* then(console.log)
* .then(console.log)
* .catch(console.error);
*/
delete() {