mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-22 16:51:59 +00:00
Document undocumented Server.voice_client property.
This commit is contained in:
parent
6fec17d7d4
commit
83d3b72566
@ -88,6 +88,9 @@ class Server(Hashable):
|
||||
Indicates if the server is a 'large' server. A large server is defined as having
|
||||
more than ``large_threshold`` count members, which for this library is set to
|
||||
the maximum of 250.
|
||||
voice_client: Optional[:class:`VoiceClient`]
|
||||
The VoiceClient associated with this server. A shortcut for the
|
||||
:meth:`Client.voice_client_in` call.
|
||||
mfa_level: int
|
||||
Indicates the server's two factor authorisation level. If this value is 0 then
|
||||
the server does not require 2FA for their administrative members. If the value is
|
||||
|
Loading…
x
Reference in New Issue
Block a user