mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-19 15:36:02 +00:00
Fix on_socket_raw_send and on_raw_thread_member_remove param types
This commit is contained in:
parent
952558d594
commit
4e276f59d7
@ -493,6 +493,7 @@ Debug
|
||||
:param payload: The message that is about to be passed on to the
|
||||
WebSocket library. It can be :class:`bytes` to denote a binary
|
||||
message or :class:`str` to denote a regular text message.
|
||||
:type payload: Union[:class:`bytes`, :class:`str`]
|
||||
|
||||
|
||||
Gateway
|
||||
@ -1363,7 +1364,7 @@ Threads
|
||||
.. versionadded:: 2.0
|
||||
|
||||
:param payload: The raw event payload data.
|
||||
:type member: :class:`RawThreadMembersUpdate`
|
||||
:type payload: :class:`RawThreadMembersUpdate`
|
||||
|
||||
Voice
|
||||
~~~~~~
|
||||
|
Loading…
x
Reference in New Issue
Block a user