mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-07-23 03:16:48 +00:00
parent
641dcf61a5
commit
5fe54b3ae6
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user