fix: variable name
This commit is contained in:
parent
1a0cc18de5
commit
54991608d8
@ -33,7 +33,7 @@ async def setup(bot: Bot):
|
||||
if bot.config.start_time is not None:
|
||||
print("Waiting until time is coming")
|
||||
now = datetime.now()
|
||||
while now.minute != bot.config.start:
|
||||
while now.minute != bot.config.start_time:
|
||||
await asyncio.sleep(1)
|
||||
now = datetime.now()
|
||||
await cog._postLine.start()
|
||||
|
Loading…
Reference in New Issue
Block a user