mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-19 13:03:31 +01:00
docs(CategoryChannel): Fix children being incorrectly marked as nullable (#4620)
This commit is contained in:
@@ -9,7 +9,7 @@ const GuildChannel = require('./GuildChannel');
|
|||||||
class CategoryChannel extends GuildChannel {
|
class CategoryChannel extends GuildChannel {
|
||||||
/**
|
/**
|
||||||
* Channels that are a part of this category
|
* Channels that are a part of this category
|
||||||
* @type {?Collection<Snowflake, GuildChannel>}
|
* @type {Collection<Snowflake, GuildChannel>}
|
||||||
* @readonly
|
* @readonly
|
||||||
*/
|
*/
|
||||||
get children() {
|
get children() {
|
||||||
|
|||||||
Reference in New Issue
Block a user