mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 12:03:31 +01:00
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user