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