From efe3c8338e581b61187400794eff28ee08f28a64 Mon Sep 17 00:00:00 2001 From: Profitroll <47523801+profitrollgame@users.noreply.github.com> Date: Sat, 10 Dec 2022 15:53:30 +0100 Subject: [PATCH] Scheduler changes --- config_example.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/config_example.json b/config_example.json index 95dcce2..9f8ebe8 100644 --- a/config_example.json +++ b/config_example.json @@ -4,8 +4,6 @@ "owner": 0, "bot_id": 0, "age_allowed": 0, - "birthdays_notify": true, - "birthdays_time": "09:00", "api": "http://example.com", "inline_preview_count": 7, "admin_group": 0, @@ -28,6 +26,16 @@ "size": 512, "location": "logs" }, + "scheduler": { + "birthdays": { + "time": 9, + "enabled": true + }, + "sponsorships": { + "time": 9, + "enabled": true + } + }, "locations": { "cache": "cache", "locale": "locale"