From bb9b185823ac349708adcc8046d1daf413cd8aaf Mon Sep 17 00:00:00 2001 From: Androz Date: Thu, 21 May 2020 20:00:22 +0200 Subject: [PATCH] fix: update message#member property with full member object --- module/shardingManager.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/module/shardingManager.ts b/module/shardingManager.ts index 3ab37cc8d..8435fa558 100644 --- a/module/shardingManager.ts +++ b/module/shardingManager.ts @@ -346,6 +346,7 @@ function handleDiscordPayload(data: DiscordPayload) { guild, ), ); + message.member = guild?.members.get(options.author.id); } options.mentions.forEach((mention) => {