mirror of
https://github.com/boticord/boticordpy.git
synced 2024-11-11 19:07:29 +03:00
update docs-quickstart
This commit is contained in:
parent
ea39b4ff41
commit
0b0182fe7f
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue