mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-04 08:56:19 +00:00
Remove and address stale TODO comments
This commit is contained in:
@ -1827,7 +1827,6 @@ class Message(PartialMessage, Hashable):
|
||||
author._update_from_message(member) # type: ignore
|
||||
except AttributeError:
|
||||
# It's a user here
|
||||
# TODO: consider adding to cache here
|
||||
self.author = Member._from_message(message=self, data=member)
|
||||
|
||||
def _handle_mentions(self, mentions: List[UserWithMemberPayload]) -> None:
|
||||
|
Reference in New Issue
Block a user