From 407ebc56d7a19aabf8b00401b5d819a8c31f818c Mon Sep 17 00:00:00 2001 From: Chuck <33324927+ChuckBuilds@users.noreply.github.com> Date: Fri, 25 Jul 2025 21:52:37 -0500 Subject: [PATCH] add 3rd category to config --- config/config.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/config.json b/config/config.json index 275db459..6ccbdc5d 100644 --- a/config/config.json +++ b/config/config.json @@ -367,6 +367,11 @@ "enabled": true, "data_file": "of_the_day/slovenian_word_of_the_day.json", "display_name": "Slovenian Word of the Day" + }, + "bible_verse_of_the_day": { + "enabled": true, + "data_file": "of_the_day/bible_verse_of_the_day.json", + "display_name": "Bible Verse of the Day" } } }