Updated to docs format v3, adds support for interfaces

This commit is contained in:
Amish Shah
2016-08-18 13:07:42 +01:00
parent 4d4258b4e2
commit 18299970bd
6 changed files with 59 additions and 13 deletions

View File

@@ -5,6 +5,7 @@ const TextBasedChannel = require('./interface/TextBasedChannel');
/**
* Represents a Server Text Channel on Discord.
* @extends {GuildChannel}
* @implements {TextBasedChannel}
*/
class TextChannel extends GuildChannel {