mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 08:33:30 +01:00
docs(Guild): channels is a manager of channels (#3779)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user