diff --git a/src/structures/GuildChannel.js b/src/structures/GuildChannel.js index a84ad0847..316bdbefe 100644 --- a/src/structures/GuildChannel.js +++ b/src/structures/GuildChannel.js @@ -9,7 +9,7 @@ const { MessageNotificationTypes } = require('../util/Constants'); const { Error, TypeError } = require('../errors'); /** - * Represents a guild channel (e.g. text channels and voice channels). + * Represents a guild channel (i.g. a {@link TextChannel}, {@link VoiceChannel} or {@link CategoryChannel}). * @extends {Channel} */ class GuildChannel extends Channel {