diff --git a/boticordpy/types.py b/boticordpy/types.py index 02d4210..cbd1c8b 100644 --- a/boticordpy/types.py +++ b/boticordpy/types.py @@ -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"""