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