aboutsummaryrefslogtreecommitdiff
path: root/discord/guild.py
diff options
context:
space:
mode:
authorTarek1337 <[email protected]>2019-03-08 14:19:38 +0100
committerRapptz <[email protected]>2019-03-08 21:45:43 -0500
commit616616b8470267c8c417c5c3e198623f43932e28 (patch)
tree3198e7c1a9804f567d4029b62149814f7c25f526 /discord/guild.py
parentAdd support for guild news channels. (diff)
downloaddiscord.py-616616b8470267c8c417c5c3e198623f43932e28.tar.xz
discord.py-616616b8470267c8c417c5c3e198623f43932e28.zip
Add support for guild descriptions
Diffstat (limited to 'discord/guild.py')
-rw-r--r--discord/guild.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/discord/guild.py b/discord/guild.py
index 9cf7b524..122ebb0f 100644
--- a/discord/guild.py
+++ b/discord/guild.py
@@ -758,6 +758,9 @@ class Guild(Hashable):
----------
name: str
The new name of the guild.
+ description: str
+ The new description of the guild. This is only available to guilds that
+ contain `VERIFIED` in :attr:`Guild.features`.
icon: bytes
A :term:`py:bytes-like object` representing the icon. Only PNG/JPEG supported.
Could be ``None`` to denote removal of the icon.