mirror of https://gitlab.com/litecord/litecord.git
tests: support new guild.properties field
This commit is contained in:
parent
48015b5bdb
commit
17d0c36343
|
|
@ -143,6 +143,7 @@ class WrappedGuild:
|
||||||
voice_states: list
|
voice_states: list
|
||||||
|
|
||||||
large: Optional[bool] = None
|
large: Optional[bool] = None
|
||||||
|
properties: Optional[dict] = None
|
||||||
|
|
||||||
async def delete(self):
|
async def delete(self):
|
||||||
await delete_guild(self.id)
|
await delete_guild(self.id)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue