Skip to content

Commit

Permalink
docs(ThreadManager): fix reason prop of ThreadCreateOptions (#5970)
Browse files Browse the repository at this point in the history
  • Loading branch information
iShibi committed Jun 29, 2021
1 parent 3174507 commit 5dfd7dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/managers/ThreadManager.js
Expand Up @@ -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
* <warn>When creating threads in a `news` channel this is ignored and is always `news_thread`</warn>
* @param {string} [reason] Reason for creating the thread
* @property {string} [reason] Reason for creating the thread
*/

/**
Expand Down

0 comments on commit 5dfd7dd

Please sign in to comment.