update docs-quickstart

This commit is contained in:
Victor Kotlin 2021-09-09 17:40:35 +03:00
parent ea39b4ff41
commit 0b0182fe7f

View file

@ -40,7 +40,7 @@ Let's post our bot's stats to Boticord.
@bot.event
async def on_connect():
async def on_ready():
stats = {"servers": len(bot.guilds), "shards": bot.shard_count, "users": len(bot.users)}
await boticord.Bots.postStats(stats)