diff options
| author | z03h <[email protected]> | 2021-04-17 05:10:41 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-04-17 08:10:41 -0400 |
| commit | 304229071f4128c91ceeff7a6727fe2c83568b98 (patch) | |
| tree | 68b3a25e562c900988a58bee69491614b6e35f30 /discord/guild.py | |
| parent | Refactor save() and read() into AssetMixin (diff) | |
| download | discord.py-304229071f4128c91ceeff7a6727fe2c83568b98.tar.xz discord.py-304229071f4128c91ceeff7a6727fe2c83568b98.zip | |
Add VoiceChannel.video_quality_mode
Diffstat (limited to 'discord/guild.py')
| -rw-r--r-- | discord/guild.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/discord/guild.py b/discord/guild.py index 20eff90b..0dfb1739 100644 --- a/discord/guild.py +++ b/discord/guild.py @@ -867,6 +867,10 @@ class Guild(Hashable): A value of ``None`` indicates automatic voice region detection. .. versionadded:: 1.7 + video_quality_mode: :class:`VideoQualityMode` + The camera video quality for the voice channel's participants. + + .. versionadded:: 2.0 Raises ------ |