Fix regression where Message.edited_at would not update during edits

This commit is contained in:
Rapptz
2019-10-17 20:21:10 -04:00
parent a69738b635
commit 6ed5a21a78
+3
View File
@@ -354,6 +354,9 @@ class Message:
except AttributeError:
pass
def _handle_edited_timestamp(self, value):
self._edited_timestamp = utils.parse_time(value)
def _handle_pinned(self, value):
self.pinned = value