This commit is contained in:
Amish Shah
2016-08-18 18:51:31 +01:00
parent 976584a5bc
commit 3e3a411a42
4 changed files with 5 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ class Channel {
constructor(client, data, guild) {
/**
* The client that instantiated the Channel
* @type {Channel}
* @type {Client}
*/
this.client = client;
this.typingMap = {};

View File

@@ -18,7 +18,7 @@ class Message {
}
/**
* The client that instantiated the Object
* The client that instantiated the Message
* @type {Client}
*/
this.client = client;