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