mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-06 09:56:09 +00:00
Handle type-errors in upcoming pyright release
This commit is contained in:
@ -481,7 +481,7 @@ class AutoShardedClient(Client):
|
||||
*,
|
||||
activity: Optional[BaseActivity] = None,
|
||||
status: Optional[Status] = None,
|
||||
shard_id: int = None,
|
||||
shard_id: Optional[int] = None,
|
||||
) -> None:
|
||||
"""|coro|
|
||||
|
||||
|
Reference in New Issue
Block a user