one more fix

This commit is contained in:
MadCat9958 2023-07-01 13:49:06 +03:00
parent e5175681ad
commit 7aff87636b

View file

@ -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)