mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-12-08 08:22:19 +00:00
Fix overload for on_raw_typing in wait_for
This commit is contained in:
@@ -1266,7 +1266,7 @@ class Client:
|
|||||||
@overload
|
@overload
|
||||||
async def wait_for(
|
async def wait_for(
|
||||||
self,
|
self,
|
||||||
event: Literal['on_raw_typing'],
|
event: Literal['raw_typing'],
|
||||||
/,
|
/,
|
||||||
*,
|
*,
|
||||||
check: Optional[Callable[[RawTypingEvent], bool]],
|
check: Optional[Callable[[RawTypingEvent], bool]],
|
||||||
|
|||||||
Reference in New Issue
Block a user