Merge branch 'boticord:v3' into v3

This commit is contained in:
Mad Cat 2023-06-04 13:46:26 +03:00 committed by GitHub
commit c5c1708ac1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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],
*,