Document and clean up some garbage

This commit is contained in:
Schuyler Cebulskie
2017-11-18 20:30:13 -05:00
parent c622143e39
commit b859501b6f
3 changed files with 63 additions and 35 deletions

View File

@@ -6,7 +6,7 @@ const GuildChannel = require('./GuildChannel');
*/
class CategoryChannel extends GuildChannel {
/**
* The channels that are part of this category
* Channels that are part of this category
* @type {?Collection<Snowflake, GuildChannel>}
* @readonly
*/