From 630432b4e2f415b912754962948edf585aebf772 Mon Sep 17 00:00:00 2001 From: SpaceEEC Date: Sun, 27 Jun 2021 13:46:37 +0200 Subject: [PATCH] docs(Channel): make the type news_thread an inline code-block (#5940) --- 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 c8e08c96a..ae57c3b46 100644 --- a/src/structures/Channel.js +++ b/src/structures/Channel.js @@ -22,7 +22,7 @@ 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 + * * `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 * * `stage` - a guild stage channel