aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--discord/client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/client.py b/discord/client.py
index 7d9812e6..89aacc09 100644
--- a/discord/client.py
+++ b/discord/client.py
@@ -244,7 +244,7 @@ class Client(object):
message = copy.deepcopy(older_message)
# update the new update
for attr in data:
- if attr == 'channel_id':
+ if attr == 'channel_id' or attr == 'author':
continue
value = data[attr]
if 'time' in attr: