Add support for guild descriptions
This commit is contained in:
		@@ -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.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user