mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-06-08 12:48:39 +00:00
Fix regression where Message.edited_at would not update during edits
This commit is contained in:
parent
a69738b635
commit
6ed5a21a78
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user