mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01:00
add user/member lastMessageID (#959)
* add user.lastMessageID * stupid * add member.lastMessageID
This commit is contained in:
committed by
Schuyler Cebulskie
parent
050d3f9303
commit
b177aefdd6
@@ -49,6 +49,12 @@ class User {
|
||||
* @type {boolean}
|
||||
*/
|
||||
this.bot = Boolean(data.bot);
|
||||
|
||||
/**
|
||||
* The ID of the last message sent by the user, if one was sent.
|
||||
* @type {?string}
|
||||
*/
|
||||
this.lastMessageID = null;
|
||||
}
|
||||
|
||||
patch(data) {
|
||||
|
||||
Reference in New Issue
Block a user