mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 08:33:30 +01:00
@@ -63,7 +63,7 @@ class Message extends Base {
|
||||
|
||||
/**
|
||||
* The author of the message
|
||||
* @type {User}
|
||||
* @type {?User}
|
||||
*/
|
||||
this.author = data.author ? this.client.users.add(data.author, !data.webhook_id) : null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user