Fix Channel.delete() example (#2238)

This commit is contained in:
bdistin
2018-01-09 14:17:08 -06:00
committed by Crawl
parent e792757e32
commit 5efddac025

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() {