mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-05-13 01:09:50 +00:00
[docs] Add rtc_region parameter for Guild.create_voice_channel
This commit is contained in:
parent
6524869ddd
commit
e8a9726ad2
@ -952,6 +952,11 @@ class Guild(Hashable):
|
|||||||
The channel's preferred audio bitrate in bits per second.
|
The channel's preferred audio bitrate in bits per second.
|
||||||
user_limit: :class:`int`
|
user_limit: :class:`int`
|
||||||
The channel's limit for number of members that can be in a voice channel.
|
The channel's limit for number of members that can be in a voice channel.
|
||||||
|
rtc_region: Optional[:class:`VoiceRegion`]
|
||||||
|
The region for the voice channel's voice communication.
|
||||||
|
A value of ``None`` indicates automatic voice region detection.
|
||||||
|
|
||||||
|
.. versionadded:: 1.7
|
||||||
|
|
||||||
Raises
|
Raises
|
||||||
------
|
------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user