Browse Source
[docs] Add rtc_region parameter for Guild.create_voice_channel
pull/6618/head
Nadir Chowdhury
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
0 deletions
-
discord/guild.py
|
|
@ -952,6 +952,11 @@ class Guild(Hashable): |
|
|
|
The channel's preferred audio bitrate in bits per second. |
|
|
|
user_limit: :class:`int` |
|
|
|
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 |
|
|
|
------ |
|
|
|