mirror of
https://github.com/danbulant/discord.js
synced 2026-06-08 09:13:22 +00:00
docs(Guild): channels is a manager of channels (#3779)
This commit is contained in:
parent
62b227c2bd
commit
d43692b0f2
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue