mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-07-22 19:06:44 +00:00
parent
641dcf61a5
commit
5fe54b3ae6
@ -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.
|
||||
"""
|
||||
|
||||
__slots__ = ()
|
||||
|
||||
name: str
|
||||
discriminator: str
|
||||
bot: bool
|
||||
|
Loading…
x
Reference in New Issue
Block a user