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 ddf7793 commit 8f5be3fCopy full SHA for 8f5be3f
README.md
@@ -65,7 +65,7 @@ import interactions
65
bot = interactions.Client()
66
67
@interactions.listen()
68
-async def on_start():
+async def on_startup():
69
print("Bot is ready!")
70
71
bot.start("token")
0 commit comments