From 2f7f1a52002f9854e492027d8f95278c6329bb19 Mon Sep 17 00:00:00 2001 From: MadCat9958 Date: Sun, 2 Jul 2023 21:20:31 +0300 Subject: [PATCH] servers also optional --- boticordpy/client.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boticordpy/client.py b/boticordpy/client.py index f6c7107..768919b 100644 --- a/boticordpy/client.py +++ b/boticordpy/client.py @@ -54,7 +54,7 @@ class BoticordClient: self, bot_id: typing.Union[str, int], *, - servers: int = 0, + servers: typing.Optional[int] = None, shards: typing.Optional[int] = None, users: typing.Optional[int] = None, ) -> boticord_types.ResourceBot: @@ -63,7 +63,7 @@ class BoticordClient: Args: bot_id (Union[:obj:`str`, :obj:`int`]) Id of the bot to post stats of. - servers ( :obj:`int` ) + servers ( Optional[:obj:`int`] ) Bot's servers count shards ( Optional[:obj:`int`] ) Bot's shards count