Skip to content

Commit

Permalink
Add the timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
hankertrix committed Dec 30, 2024
1 parent 062739c commit 474e3d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ def help_handler(message: types.Message) -> None:
You can also use the /listversions command to see the list of bible versions you can change to.
The bot can also send you the verse of the day by using the /verseoftheday or the /votd command.
The verse of the day would be sent at 12:00pm daily and it will be in the bible version that you have set for the chat. If the bible version you have set for your chat doesn't have the verse of the day, the bot will send the NIV version instead.
The verse of the day would be sent at 12:00pm GMT+8 daily and it will be in the bible version that you have set for the chat. If the bible version you have set for your chat doesn't have the verse of the day, the bot will send the NIV version instead.
You can unsubscribe from the verse of the day using the /stopverseoftheday or the /svotd command.
Expand Down Expand Up @@ -533,7 +533,7 @@ def verse_start(message: types.Message) -> None:
db["subbed"] = list(dict.fromkeys(sub_list))

# Message to be sent to the user
sub_msg = f"You are now subscribed to the verse of the day! \n\nYou will now receive the verse of the day at 12:00pm daily. \n\nToday's verse is: \n\n{verse_msg}"
sub_msg = f"You are now subscribed to the verse of the day! \n\nYou will now receive the verse of the day at 12:00pm GMT+8 daily. \n\nToday's verse is: \n\n{verse_msg}"

# Sends the message
send_message(sub_msg, message, parse_mode="markdown")
Expand Down

0 comments on commit 474e3d2

Please sign in to comment.