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() {