From 0b0182fe7ff971e11532c6b7770fddd407069c11 Mon Sep 17 00:00:00 2001 From: Victor Kotlin Date: Thu, 9 Sep 2021 17:40:35 +0300 Subject: [PATCH] update docs-quickstart --- docs/quickstart.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart.rst b/docs/quickstart.rst index 5bde73e..14aec5c 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -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)