Hi. I'm trying to run a function every day at 11pm but I'm not sure what the best way to do it is. Would I just make an endless timer with a delay of the number of seconds in a day, like:
timerDailyTimer 23:00 0 86400 { msg #testchannel today is $date }
Or is there a better way to trigger an event/function at a specific time every day?
Thanks!