mirror of
https://github.com/boticord/boticordpy.git
synced 2024-11-11 19:07:29 +03:00
Fix typo in Server.members docstring
This commit is contained in:
parent
c32aabc4ed
commit
73940e5690
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ class Server(ApiData):
|
||||||
"""Server's avatar"""
|
"""Server's avatar"""
|
||||||
|
|
||||||
members: list
|
members: list
|
||||||
"""Members counts - `[all, onlinw]`"""
|
"""Members counts - `[all, online]`"""
|
||||||
|
|
||||||
owner: typing.Optional[str]
|
owner: typing.Optional[str]
|
||||||
"""Server's owner Id"""
|
"""Server's owner Id"""
|
||||||
|
|
Loading…
Reference in a new issue