From 238ff0ef7995d8e59d609cba463cbdd3bc578503 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=B8=D0=BA=D1=82=D0=BE=D1=80?= <61203964+grey-cat-1908@users.noreply.github.com> Date: Sun, 4 Jun 2023 13:46:15 +0300 Subject: [PATCH] fix mistake --- boticordpy/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boticordpy/client.py b/boticordpy/client.py index 55ad05f..5a605a3 100644 --- a/boticordpy/client.py +++ b/boticordpy/client.py @@ -43,7 +43,7 @@ class BoticordClient: response = await self.http.get_bot_info(bot_id) return boticord_types.ResourceBot.from_dict(response) - async def get_server_info( + async def post_bot_stats( self, bot_id: typing.Union[str, int], *,