mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-01 08:20:08 +00:00
fix: update message#member property with full member object
This commit is contained in:
@@ -346,6 +346,7 @@ function handleDiscordPayload(data: DiscordPayload) {
|
||||
guild,
|
||||
),
|
||||
);
|
||||
message.member = guild?.members.get(options.author.id);
|
||||
}
|
||||
|
||||
options.mentions.forEach((mention) => {
|
||||
|
||||
Reference in New Issue
Block a user