Daily Bible quote¶
The daily bible quote is a feature introuced in v1.0 which takes a random quote from a channel, sends it to another channel, and presents it in the context of a very enthusiastic pastor preaching Christian gospel.

A randomly generated bible quote sent on January 24, 2026.
The channel quotes are sourced from is the channel defined by the quotes_channel_id argument of data/variables.json. The channel quotes are sent to is defined by the general_channel_id argument of the same file.
The quote is sent at the same time every day. The time is determined by the bibleq_hour_of_day and bibleq_min_of_day arguments of the aforementioned file.
How it works¶
A vast majority of the logic is identical to that of /rquote; a detailed breakdown of the logic is available elsewhere.
The biggest difference is the code is stored at tasks/bible_daily.py because the feature is run using a @tasks.loop. The loop is set to run at the aforementioned configured hour and minute of each day.