mirror of
https://github.com/boticord/boticordpy.git
synced 2024-11-11 19:07:29 +03:00
fix mistake
This commit is contained in:
parent
1c9de56267
commit
238ff0ef79
1 changed files with 1 additions and 1 deletions
|
@ -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],
|
||||
*,
|
||||
|
|
Loading…
Reference in a new issue