We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fbc741 commit ba44e99Copy full SHA for ba44e99
docs/src/index.md
@@ -72,7 +72,7 @@ import interactions
72
bot = interactions.Client()
73
74
@interactions.listen()
75
-async def on_start():
+async def on_startup():
76
print("Bot is ready!")
77
78
bot.start("token")
0 commit comments