mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 01:53:30 +01:00
docs(ThreadManager): fix reason prop of ThreadCreateOptions (#5970)
This commit is contained in:
@@ -78,7 +78,7 @@ class ThreadManager extends BaseManager {
|
|||||||
* creates a private thread if not provided
|
* creates a private thread if not provided
|
||||||
* @property {ThreadChannelType|number} [type='public_thread'] The type of thread to create
|
* @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>
|
* <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
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user