From 853be621ac5c9a0f4d85a4bcb990b05853f8b6d6 Mon Sep 17 00:00:00 2001 From: Shubham Parihar Date: Wed, 30 Jun 2021 00:57:20 +0530 Subject: [PATCH] docs(Channel): fix description of thread channel types (#5968) --- src/structures/Channel.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/structures/Channel.js b/src/structures/Channel.js index ae57c3b46..6c8e759c1 100644 --- a/src/structures/Channel.js +++ b/src/structures/Channel.js @@ -22,9 +22,9 @@ class Channel extends Base { * * `category` - a guild category channel * * `news` - a guild news channel * * `store` - a guild store channel - * * `news_thread` - a guild news channels' public thread channel - * * `public_thread` - a guild text channels' public thread channel - * * `private_thread` - a guild text channels' private thread channel + * * `news_thread` - a guild news channel's public thread channel + * * `public_thread` - a guild text channel's public thread channel + * * `private_thread` - a guild text channel's private thread channel * * `stage` - a guild stage channel * * `unknown` - a generic channel of unknown type, could be Channel or GuildChannel * @type {string}