Create example docs

This commit is contained in:
Amish Shah
2016-08-23 00:34:42 +01:00
parent 51a399d558
commit 50dcececfb
5 changed files with 44 additions and 2 deletions

View File

@@ -84,7 +84,8 @@ class Message {
* @type {Object}
* @property {Collection<String, User>} mentions.users Mentioned users, maps their ID to the user object.
* @property {Collection<String, Role>} mentions.roles Mentioned roles, maps their ID to the role object.
* @property {Collection<String, GuildChannel>} mentions.channels Mentioned channels, maps their ID to the channel object.
* @property {Collection<String, GuildChannel>}
* mentions.channels Mentioned channels, maps their ID to the channel object.
*/
this.mentions = {
users: new Collection(),