mirror of
https://github.com/danbulant/discord.js
synced 2026-06-09 01:31:29 +00:00
parent
c5cbf8677e
commit
d252ddf9da
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ class Message extends Base {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The author of the message
|
* The author of the message
|
||||||
* @type {User}
|
* @type {?User}
|
||||||
*/
|
*/
|
||||||
this.author = data.author ? this.client.users.add(data.author, !data.webhook_id) : null;
|
this.author = data.author ? this.client.users.add(data.author, !data.webhook_id) : null;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue