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 */ /**