From 896513b3ac81f8883deea647653bd74d7026ba75 Mon Sep 17 00:00:00 2001 From: Puncher <65789180+Puncher1@users.noreply.github.com> Date: Tue, 30 Aug 2022 06:50:17 +0200 Subject: [PATCH] Clarify some documentation in Guild features Add afk_timeout unit and changed VIP_REGIONS feature description --- discord/guild.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/discord/guild.py b/discord/guild.py index 43925bb84..6c321ca3d 100644 --- a/discord/guild.py +++ b/discord/guild.py @@ -181,7 +181,7 @@ class Guild(Hashable): .. versionadded:: 2.0 afk_timeout: :class:`int` - The timeout to get sent to the AFK channel. + The number of seconds until someone is moved to the AFK channel. afk_channel: Optional[:class:`VoiceChannel`] The channel that denotes the AFK channel. ``None`` if it doesn't exist. id: :class:`int` @@ -244,7 +244,7 @@ class Guild(Hashable): - ``TICKETED_EVENTS_ENABLED``: Guild has enabled ticketed events. - ``VANITY_URL``: Guild can have a vanity invite URL (e.g. discord.gg/discord-api). - ``VERIFIED``: Guild is a verified server. - - ``VIP_REGIONS``: Guild has VIP voice regions. + - ``VIP_REGIONS``: Guild can have 384kbps bitrate in voice channels. - ``WELCOME_SCREEN_ENABLED``: Guild has enabled the welcome screen. premium_tier: :class:`int`