mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-22 08:44:10 +00:00
Fix typings of deaf and mute in PartialMember
This commit is contained in:
parent
be6db20255
commit
66a97c6655
@ -34,8 +34,8 @@ class Nickname(TypedDict):
|
||||
class PartialMember(TypedDict):
|
||||
roles: SnowflakeList
|
||||
joined_at: str
|
||||
deaf: str
|
||||
mute: str
|
||||
deaf: bool
|
||||
mute: bool
|
||||
|
||||
|
||||
class Member(PartialMember, total=False):
|
||||
|
Loading…
x
Reference in New Issue
Block a user