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:
Jiralite
2023-12-05 19:26:27 +00:00
committed by GitHub
parent e245a390e7
commit 8ace6face8

View File

@@ -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.