From 5efddac0250a6c92573ee107a82db511dd4f95cf Mon Sep 17 00:00:00 2001 From: bdistin Date: Tue, 9 Jan 2018 14:17:08 -0600 Subject: [PATCH] Fix Channel.delete() example (#2238) --- src/structures/Channel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structures/Channel.js b/src/structures/Channel.js index af17de57d..49248275a 100644 --- a/src/structures/Channel.js +++ b/src/structures/Channel.js @@ -69,7 +69,7 @@ class Channel extends Base { * @example * // Delete the channel * channel.delete() - * then(console.log) + * .then(console.log) * .catch(console.error); */ delete() {