add 3rd category to config

This commit is contained in:
Chuck
2025-07-25 21:52:37 -05:00
parent f9e3419f39
commit 407ebc56d7

View File

@@ -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"
}
}
}