aboutsummaryrefslogtreecommitdiff
path: root/discord/message.py
diff options
context:
space:
mode:
Diffstat (limited to 'discord/message.py')
-rw-r--r--discord/message.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/discord/message.py b/discord/message.py
index 7e8440f4..c7de78d1 100644
--- a/discord/message.py
+++ b/discord/message.py
@@ -476,8 +476,7 @@ class Message:
author = self.author
try:
# Update member reference
- if author.joined_at is None:
- author.joined_at = utils.parse_time(member.get('joined_at'))
+ author._update_from_message(member)
except AttributeError:
# It's a user here
# TODO: consider adding to cache here