backport: deleted property

This commit is contained in:
Lewdcario
2018-06-29 19:11:50 -05:00
parent 72346fb47e
commit 3fa9ed1f42
13 changed files with 45 additions and 2 deletions

View File

@@ -51,6 +51,12 @@ class GuildMember {
* @type {?Message}
*/
this.lastMessage = null;
/**
* Whether the member has been removed from the guild
* @type {boolean}
*/
this.deleted = false;
}
setup(data) {