Add support for voice channel parties #33

Closed
wasi-master wants to merge 277 commits from master into 2.0
81 changed files with 2639 additions and 2152 deletions
Showing only changes of commit 318166d875 - Show all commits

View File

@ -1362,7 +1362,7 @@ class Client:
.. note::
This method is an API call. For general usage, consider :meth:`get_user` instead.
This method is an API call. If you have :attr:`Intents.members` and member cache enabled, consider :meth:`get_user` instead.
Parameters
-----------

View File

@ -1375,7 +1375,7 @@ class Guild(Hashable):
.. note::
This method is an API call. For general usage, consider :meth:`get_member` instead.
This method is an API call. If you have :attr:`Intents.members` and member cache enabled, consider :meth:`get_member` instead.
Parameters
-----------