Remove and address stale TODO comments

This commit is contained in:
Rapptz
2023-06-11 12:29:13 -04:00
parent f1bade4bda
commit c5da0fe7c1
4 changed files with 13 additions and 27 deletions

View File

@ -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: