mirror of
https://github.com/boticord/boticordpy.git
synced 2024-11-11 19:07:29 +03:00
Merge branch 'boticord:v3' into v3
This commit is contained in:
commit
c5c1708ac1
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