mirror of
https://github.com/boticord/boticordpy.git
synced 2024-11-11 19:07:29 +03:00
one more fix
This commit is contained in:
parent
e5175681ad
commit
7aff87636b
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ class BoticordClient:
|
||||||
_logger.info("Posting bot stats")
|
_logger.info("Posting bot stats")
|
||||||
|
|
||||||
response = await self.http.post_bot_stats(
|
response = await self.http.post_bot_stats(
|
||||||
bot_id, {"servers": servers, "shards": shards, "users": users}
|
bot_id, {"guilds": servers, "shards": shards, "members": users}
|
||||||
)
|
)
|
||||||
return boticord_types.ResourceBot.from_dict(response)
|
return boticord_types.ResourceBot.from_dict(response)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue