diff --git a/discord/threads.py b/discord/threads.py index cdfd1f482..44bd3eaa5 100644 --- a/discord/threads.py +++ b/discord/threads.py @@ -818,6 +818,7 @@ class ThreadMember(Hashable): return f'' def _from_data(self, data: ThreadMemberPayload) -> None: + self.id: int try: self.id = int(data['user_id']) except KeyError: