Fix typo in Server.members docstring

This commit is contained in:
Mad Cat 2022-06-07 13:25:55 +03:00 committed by GitHub
parent c32aabc4ed
commit 73940e5690
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"""