Fix #8354
@ -288,7 +288,6 @@ class Snowflake(Protocol):
The model's unique ID.
"""
__slots__ = ()
id: int
@ -316,8 +315,6 @@ class User(Snowflake, Protocol):
If the user is a system account.
name: str
discriminator: str
bot: bool