Compare commits
No commits in common. "e8c5ac993918ffff6a9a082744a214b73b804517" and "9d3d57ef306964293d74f2358f9fccbd3fc45232" have entirely different histories.
e8c5ac9939
...
9d3d57ef30
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@ class ScheduleButton(discord.ui.Button):
|
||||||
|
|
||||||
if tasks:
|
if tasks:
|
||||||
for (day, hour, min, cadence, cadence_start) in tasks:
|
for (day, hour, min, cadence, cadence_start) in tasks:
|
||||||
next_run = util.get_next_datetime_with_cadence(day, hour, datetime.now(), cadence, cadence_start)
|
next_run = util.get_next_datetime(day, hour, datetime.now(), cadence, cadence_start)
|
||||||
msg += strings.scheduled(next_run, min)
|
msg += strings.scheduled(next_run, min)
|
||||||
|
|
||||||
await interaction.channel.send(msg)
|
await interaction.channel.send(msg)
|
||||||
|
|
Loading…
Add table
Reference in a new issue