mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-21 08:17:47 +00:00
Fix regression where Message.edited_at would not update during edits
This commit is contained in:
parent
4c917d10de
commit
70e62e8fe4
@ -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