Add a type to Message.id in docs

This commit is contained in:
Amish Shah
2016-08-17 19:22:18 +01:00
parent 79ea663afe
commit ab92be4209
2 changed files with 2 additions and 1 deletions

View File

@@ -80,6 +80,7 @@ class Message {
this.mentions = [];
/**
* The ID of the message (unique in the channel it was sent)
* @type {String}
*/
this.id = data.id;
for (const mention of data.mentions) {