Skip to content

Commit ba44e99

Browse files
authored
docs: use the correct name for the startup event
1 parent 3fbc741 commit ba44e99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ import interactions
7272
bot = interactions.Client()
7373

7474
@interactions.listen()
75-
async def on_start():
75+
async def on_startup():
7676
print("Bot is ready!")
7777

7878
bot.start("token")

0 commit comments

Comments
 (0)