docs: doc changes

This commit is contained in:
Lewdcario
2018-01-27 23:41:25 -06:00
parent d93d628f19
commit 2e0048add1
3 changed files with 5 additions and 4 deletions

View File

@@ -198,6 +198,7 @@ class Message extends Base {
* 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}
* @readonly
*/
get member() {
return this.guild ? this.guild.member(this.author) || null : null;