mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
docs(CategoryCreateChannelOptions): Update reference (#10031)
docs(CategoryCreateChannelOptions): update reference Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
@@ -36,7 +36,7 @@ class CategoryChannelChildManager extends DataManager {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Options for creating a channel using {@link CategoryChannel#createChannel}.
|
* Options for creating a channel using {@link CategoryChannelChildManager#create}.
|
||||||
* @typedef {Object} CategoryCreateChannelOptions
|
* @typedef {Object} CategoryCreateChannelOptions
|
||||||
* @property {string} name The name for the new channel
|
* @property {string} name The name for the new channel
|
||||||
* @property {ChannelType} [type=ChannelType.GuildText] The type of the new channel.
|
* @property {ChannelType} [type=ChannelType.GuildText] The type of the new channel.
|
||||||
|
|||||||
Reference in New Issue
Block a user