Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rsivilli committed Aug 19, 2023
1 parent 403fb54 commit 3b017b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion newtest.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def __init__(self):
async def event_ready(self):
print(f"Logged in as | {self.nick}")
print(f"User id is | {self.user_id}")
bot.basic_scheduled_routine.start()
self.basic_scheduled_routine.start()

@routines.routine(time=datetime.now() + timedelta(seconds=5), wait_first=True)
async def basic_scheduled_routine(self):
Expand Down

0 comments on commit 3b017b0

Please sign in to comment.