diff --git a/discord/client.py b/discord/client.py index fce4e2900..f0156dd8f 100644 --- a/discord/client.py +++ b/discord/client.py @@ -1266,7 +1266,7 @@ class Client: @overload async def wait_for( self, - event: Literal['on_raw_typing'], + event: Literal['raw_typing'], /, *, check: Optional[Callable[[RawTypingEvent], bool]],