mirror of
https://github.com/discordjs/discord.js.git
synced 2026-09-18 09:17:28 +00:00
* Convert message#member to a getter * Try to cache members from data in message payloads * Cache mentioned members * Revert Message#member getter - breaking change * Revise member caching * Revise member mention caching * Pass member to _addMember correctly * Use message.guild instead of this.guild Co-Authored-By: SpaceEEC <spaceeec@yahoo.com> * Merge if's onto one line * fix(Message): use this.author.id to check cache Discord does not send an id in the member data here * chore(Message): reindent equals Co-authored-by: SpaceEEC <spaceeec@yahoo.com>