fix: update message#member property with full member object

This commit is contained in:
Androz
2020-05-21 20:00:22 +02:00
committed by GitHub
parent 141cb80e3b
commit bb9b185823

View File

@@ -346,6 +346,7 @@ function handleDiscordPayload(data: DiscordPayload) {
guild,
),
);
message.member = guild?.members.get(options.author.id);
}
options.mentions.forEach((mention) => {