diff options
Diffstat (limited to 'discord/guild.py')
| -rw-r--r-- | discord/guild.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/discord/guild.py b/discord/guild.py index 9ee522c4..38c965c9 100644 --- a/discord/guild.py +++ b/discord/guild.py @@ -146,6 +146,8 @@ class Guild(Hashable): results to a specific language. discovery_splash: :class:`str` The guild's discovery splash. + + .. versionadded:: 1.3 """ __slots__ = ('afk_timeout', 'afk_channel', '_members', '_channels', 'icon', |