Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hankertrix committed Nov 24, 2024
1 parent 1c964c0 commit e497420
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions changes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bible Verses Bot V9 changes
- Replit is becoming more and more unreliable for bot hosting which is why I changed the telegram bot library to use long polling instead of TCP sockets in the previous version in the first place.
- Wrote a database wrapper so I don't need to use the replit python package
- Moved the httpx client to a separate folder so it can be used in the database wrapper to make requests to the database
- All further changes after the previous are documented on the the Github page for the bot, which is https://github.com/hankertrix/Bible-Verses-Bot
- All further changes after the previous are documented on the Github page for the bot, which is https://github.com/hankertrix/Bible-Verses-Bot

Bible Verses Bot V8 changes
- Changed the telegram bot library from pyrogram to pytelegrambotapi as the current bot will miss a ton of messages when it is offline thanks to it using a persistent TCP connection.
Expand Down Expand Up @@ -92,4 +92,4 @@ Bible Verses Bot V2 changes
- Update: I have decided to add new functionality, including support for multiple verses separated by commas and full chapters, chapter ranges, multiple chapters (again separated by commas) and searching different version of the bible.
- The reading portion of the VerseMatch class in the previous bot has been entirely moved to the MessageMatch class
- The VerseMatch class now only handles the searching of the bible verse while the MessageMatch class comprehends the verses in the message and sends it in a standard format that the VerseMatch class understands
- Tons of new functions have been added to deal with chapter ranges in bible versions like The Message
- Tons of new functions have been added to deal with chapter ranges in bible versions like The Message

0 comments on commit e497420

Please sign in to comment.