mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 14:02:02 +00:00
Document news/store channel types on Guild#createChannel
This commit is contained in:
parent
8a086e04ab
commit
43f2485c9c
1 changed files with 1 additions and 1 deletions
|
|
@ -1047,7 +1047,7 @@ class Guild {
|
|||
* Creates a new channel in the guild.
|
||||
* @param {string} name The name of the new channel
|
||||
* @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.
|
||||
* @param {ChannelCreationOverwrites[]|Collection<Snowflake, PermissionOverwrites>} [permissionOverwrites]
|
||||
* Permission overwrites **(deprecated, use options)**
|
||||
|
|
|
|||
Loading…
Reference in a new issue