diff --git a/discord.master.js b/discord.master.js index 4cf3e744..df673c4b 100644 --- a/discord.master.js +++ b/discord.master.js @@ -3128,7 +3128,7 @@ class Channel extends Base { * @example * // Delete the channel * channel.delete() - * then(console.log) + * .then(console.log) * .catch(console.error); */ delete() {