mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-05-12 08:49:48 +00:00
Fix overload for on_raw_typing in wait_for
This commit is contained in:
parent
980fe7b0f9
commit
3c91d2163e
@ -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]],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user