|
@ -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]], |
|
|