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)