diff options
| author | AXVin <[email protected]> | 2020-07-20 18:01:13 +0530 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2020-07-22 23:19:37 -0400 |
| commit | f5289a30a78b75f4cd074a22fe51f4ae24ca777a (patch) | |
| tree | 4402964d558a539593887e0589fedaa584a25744 /docs/api.rst | |
| parent | [commands] Add documentation for exceptions in Context.(re)invoke (diff) | |
| download | discord.py-f5289a30a78b75f4cd074a22fe51f4ae24ca777a.tar.xz discord.py-f5289a30a78b75f4cd074a22fe51f4ae24ca777a.zip | |
Fix typo in on_socket_raw_send documentation
Diffstat (limited to 'docs/api.rst')
| -rw-r--r-- | docs/api.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api.rst b/docs/api.rst index 33c23a30..5469f9b8 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -203,7 +203,7 @@ to handle it, which defaults to print a traceback and ignoring the exception. .. note:: - This is only for the messages received from the client + This is only for the messages sent from the client WebSocket. The voice WebSocket will not trigger this event. :param payload: The message that is about to be passed on to the |