mirror of
https://github.com/danbulant/discord.js
synced 2026-06-20 15:11:32 +00:00
Webpack build for branch master: d870b27ece
This commit is contained in:
parent
adb7331c40
commit
7d800c08b1
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue