Webpack build for branch master: d870b27ece

This commit is contained in:
Travis CI 2017-02-21 18:51:00 +00:00
parent adb7331c40
commit 7d800c08b1

View file

@ -2745,7 +2745,7 @@ class Message {
/**
* Represents the author of the message as a guild member. Only available if the message comes from a guild
* where the author is still a member.
* @type {GuildMember}
* @type {?GuildMember}
*/
this.member = this.guild ? this.guild.member(this.author) || null : null;