mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 17:13: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 {
|
||||
/**
|
||||
* Channels that are a part of this category
|
||||
* @type {?Collection<Snowflake, GuildChannel>}
|
||||
* @type {Collection<Snowflake, GuildChannel>}
|
||||
* @readonly
|
||||
*/
|
||||
get children() {
|
||||
|
||||
Reference in New Issue
Block a user