Browse Source

Update versionadded for call voice state changing

pull/10109/head
dolfies 2 years ago
parent
commit
0153ee7f23
  1. 5
      discord/client.py

5
discord/client.py

@ -1574,7 +1574,7 @@ class Client:
Changes client's private channel voice state. Changes client's private channel voice state.
.. versionadded:: 1.10 .. versionadded:: 2.0
Parameters Parameters
----------- -----------
@ -1589,9 +1589,6 @@ class Client:
(do not use). (do not use).
preferred_region: Optional[:class:`str`] preferred_region: Optional[:class:`str`]
The preferred region to connect to. The preferred region to connect to.
.. versionchanged:: 2.0
The type of this parameter has changed to :class:`str`.
""" """
state = self._connection state = self._connection
ws = self.ws ws = self.ws

Loading…
Cancel
Save