docs(Guild): channels is a manager of channels (#3779)

This commit is contained in:
Sugden
2020-02-12 21:29:16 +00:00
committed by GitHub
parent 62b227c2bd
commit d43692b0f2

View File

@@ -41,7 +41,7 @@ class Guild extends Base {
this.members = new GuildMemberManager(this); this.members = new GuildMemberManager(this);
/** /**
* A manager of the members belonging to this guild * A manager of the channels belonging to this guild
* @type {GuildChannelManager} * @type {GuildChannelManager}
*/ */
this.channels = new GuildChannelManager(this); this.channels = new GuildChannelManager(this);