fix: fixed time in TimePlanner

Signed-off-by: limited_dev <loginakkisativ@gmail.com>
This commit is contained in:
limited_dev 2023-06-05 12:51:07 +02:00
parent 3d0b05cb1f
commit 13cf183fd5

View file

@ -96,7 +96,7 @@ object TimePlanner {
this.components.addAll(ButtonUtil.getTimePlannerButtons().components)
}
}
then = then.plusDays(1).withHour(20).withMinute(24).withSecond(0)
then = then.plusDays(1).withHour(4).withMinute(0).withSecond(0)
Logger.out("Finished sending day $it")
delay(1000)
}