Skip to content

Commit 8f5be3f

Browse files
mAxYoLo01LordOfPolls
authored andcommitted
fix: wrong event name in README
1 parent ddf7793 commit 8f5be3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

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

6767
@interactions.listen()
68-
async def on_start():
68+
async def on_startup():
6969
print("Bot is ready!")
7070

7171
bot.start("token")

0 commit comments

Comments
 (0)