From f628981f4234cae8c90b2a388cbd00b69c551699 Mon Sep 17 00:00:00 2001 From: Jan <66554238+Vaporox@users.noreply.github.com> Date: Tue, 11 Aug 2020 22:58:30 +0200 Subject: [PATCH] docs(CategoryChannel): Fix children being incorrectly marked as nullable (#4620) --- src/structures/CategoryChannel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structures/CategoryChannel.js b/src/structures/CategoryChannel.js index 4ac9fbbb2..4ba014067 100644 --- a/src/structures/CategoryChannel.js +++ b/src/structures/CategoryChannel.js @@ -9,7 +9,7 @@ const GuildChannel = require('./GuildChannel'); class CategoryChannel extends GuildChannel { /** * Channels that are a part of this category - * @type {?Collection} + * @type {Collection} * @readonly */ get children() {