From 5dfd7dd1bf367013ab12e3f56b502ae832d30a97 Mon Sep 17 00:00:00 2001 From: Shubham Parihar Date: Wed, 30 Jun 2021 03:01:26 +0530 Subject: [PATCH] docs(ThreadManager): fix reason prop of ThreadCreateOptions (#5970) --- src/managers/ThreadManager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/managers/ThreadManager.js b/src/managers/ThreadManager.js index afded97cbf9d..8089a4e8b377 100644 --- a/src/managers/ThreadManager.js +++ b/src/managers/ThreadManager.js @@ -78,7 +78,7 @@ class ThreadManager extends BaseManager { * creates a private thread if not provided * @property {ThreadChannelType|number} [type='public_thread'] The type of thread to create * When creating threads in a `news` channel this is ignored and is always `news_thread` - * @param {string} [reason] Reason for creating the thread + * @property {string} [reason] Reason for creating the thread */ /**