Update custom_scheduler.py

This commit is contained in:
SpudGunMan
2025-10-26 07:35:59 -07:00
parent f34eefb75a
commit ec27ab65da
+1
View File
@@ -1,5 +1,6 @@
import schedule
from modules.log import logger
from modules.settings import MOTD
from modules.system import send_message
def setup_custom_schedules(send_message, tell_joke, welcome_message, handle_wxc, MOTD, schedulerChannel, schedulerInterface):