mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 03:53:29 +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);
|
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);
|
||||||
|
|||||||
Reference in New Issue
Block a user