enchanced docs for GuildChannel (#2155)

* enchanced docs for GuildChannel

* changes due request
This commit is contained in:
Yukine
2017-12-21 09:30:32 +01:00
committed by Crawl
parent 1598efa0b8
commit 0c16859746

View File

@@ -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 {