From d43692b0f2556f4aca6d9c8b9fea4d968d56ee71 Mon Sep 17 00:00:00 2001 From: Sugden <28943913+NotSugden@users.noreply.github.com> Date: Wed, 12 Feb 2020 21:29:16 +0000 Subject: [PATCH] docs(Guild): channels is a manager of channels (#3779) --- src/structures/Guild.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structures/Guild.js b/src/structures/Guild.js index d9bad7cef..8c1805792 100644 --- a/src/structures/Guild.js +++ b/src/structures/Guild.js @@ -41,7 +41,7 @@ class Guild extends Base { 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} */ this.channels = new GuildChannelManager(this);