From 0c16859746c039a1eb62d029bff534b2d3505219 Mon Sep 17 00:00:00 2001 From: Yukine Date: Thu, 21 Dec 2017 09:30:32 +0100 Subject: [PATCH] enchanced docs for GuildChannel (#2155) * enchanced docs for GuildChannel * changes due request --- src/structures/GuildChannel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {