mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-06 09:56:09 +00:00
Fix remaining type errors in main package
This doesn't fix the type errors in the ext packages though.
This commit is contained in:
@ -736,7 +736,7 @@ class DiscordWebSocket:
|
||||
async def voice_state(
|
||||
self,
|
||||
guild_id: int,
|
||||
channel_id: int,
|
||||
channel_id: Optional[int],
|
||||
self_mute: bool = False,
|
||||
self_deaf: bool = False,
|
||||
) -> None:
|
||||
|
Reference in New Issue
Block a user