Document news/store channel types on Guild#createChannel

This commit is contained in:
Schuyler Cebulskie
2019-05-11 18:11:34 -04:00
parent 8a086e04ab
commit 43f2485c9c

View File

@@ -1047,7 +1047,7 @@ class Guild {
* Creates a new channel in the guild. * Creates a new channel in the guild.
* @param {string} name The name of the new channel * @param {string} name The name of the new channel
* @param {string|ChannelData} [typeOrOptions='text'] * @param {string|ChannelData} [typeOrOptions='text']
* The type of the new channel, either `text` or `voice` or `category`. **(deprecated, use options)** * The type of the new channel, one of `text`, `voice`, `category`, `news`, or `store`. **(deprecated, use options)**
* Alternatively options for the new channel, overriding the following parameters. * Alternatively options for the new channel, overriding the following parameters.
* @param {ChannelCreationOverwrites[]|Collection<Snowflake, PermissionOverwrites>} [permissionOverwrites] * @param {ChannelCreationOverwrites[]|Collection<Snowflake, PermissionOverwrites>} [permissionOverwrites]
* Permission overwrites **(deprecated, use options)** * Permission overwrites **(deprecated, use options)**