Merge pull request #8 from MadCat9958/master

Fix typo in Server.members docstring
This commit is contained in:
grey-cat-1908 2022-06-08 10:38:49 +03:00 committed by GitHub
commit 9db08f978a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -175,7 +175,7 @@ class Server(ApiData):
"""Server's avatar"""
members: list
"""Members counts - `[all, onlinw]`"""
"""Members counts - `[all, online]`"""
owner: typing.Optional[str]
"""Server's owner Id"""