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