mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-10-22 16:32:59 +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