Commit graph

91 commits

Author SHA1 Message Date
633c9022bb
fix(bible): added tags to the info.json file
All checks were successful
Actions / Lint Code (Pylint) (push) Successful in 16s
Actions / Build Documentation (MkDocs) (push) Successful in 12s
2024-02-01 19:57:24 -05:00
f8770ef5fe
fix(bible): fixed an incorrect key in info.json
All checks were successful
Actions / Lint Code (Pylint) (push) Successful in 16s
Actions / Build Documentation (MkDocs) (push) Successful in 12s
2024-02-01 19:55:14 -05:00
a4b23d38e9
fix(bible): cleaning up some stuff in the info.json
All checks were successful
Actions / Lint Code (Pylint) (push) Successful in 16s
Actions / Build Documentation (MkDocs) (push) Successful in 12s
2024-02-01 19:53:04 -05:00
4bf439c5c7
fix(bible): fixed some formatting in an error message
All checks were successful
Actions / Lint Code (Pylint) (push) Successful in 16s
Actions / Build Documentation (MkDocs) (push) Successful in 13s
2024-02-01 19:48:18 -05:00
bd093ca311
fix(bible): fixed accidental whitespace
All checks were successful
Actions / Lint Code (Pylint) (push) Successful in 16s
Actions / Build Documentation (MkDocs) (push) Successful in 11s
2024-02-01 19:47:08 -05:00
2841fb12a5
fix(bible): fixing error handling
All checks were successful
Actions / Lint Code (Pylint) (push) Successful in 16s
Actions / Build Documentation (MkDocs) (push) Successful in 11s
2024-02-01 19:46:39 -05:00
6df92da12f
fix(bible): hopefully made translate_book_name case insensitive
Some checks failed
Actions / Lint Code (Pylint) (push) Failing after 16s
Actions / Build Documentation (MkDocs) (push) Successful in 12s
2024-02-01 19:39:48 -05:00
c37a58d687
fix(bible): fixed error handling for bible commands
Some checks failed
Actions / Lint Code (Pylint) (push) Failing after 16s
Actions / Build Documentation (MkDocs) (push) Successful in 13s
2024-02-01 19:37:47 -05:00
44179ad42d
fix(bible): added documentation to the error message for Unauthorized
All checks were successful
Actions / Lint Code (Pylint) (push) Successful in 16s
Actions / Build Documentation (MkDocs) (push) Successful in 12s
2024-02-01 19:33:41 -05:00
ad0cd41be4
fix(bible): added error handling
All checks were successful
Actions / Lint Code (Pylint) (push) Successful in 15s
Actions / Build Documentation (MkDocs) (push) Successful in 11s
2024-02-01 19:32:11 -05:00
8da6f0d8de
fix(bible): added error message for if a passage cannot be found
All checks were successful
Actions / Lint Code (Pylint) (push) Successful in 16s
Actions / Build Documentation (MkDocs) (push) Successful in 12s
2024-02-01 19:25:02 -05:00
4a4ffcd1ee
fix(bible): song of solomon will now translate properly
All checks were successful
Actions / Lint Code (Pylint) (push) Successful in 16s
Actions / Build Documentation (MkDocs) (push) Successful in 11s
2024-02-01 19:21:10 -05:00
feac213017
fix(bible): fixed error in _get_passage
All checks were successful
Actions / Lint Code (Pylint) (push) Successful in 16s
Actions / Build Documentation (MkDocs) (push) Successful in 12s
2024-02-01 19:11:11 -05:00
9e2697b08b
fix(bible): added errors and debug logging
All checks were successful
Actions / Lint Code (Pylint) (push) Successful in 16s
Actions / Build Documentation (MkDocs) (push) Successful in 12s
2024-02-01 19:10:05 -05:00
005d0c1c8b
fix(bible): pylint fixes
All checks were successful
Actions / Lint Code (Pylint) (push) Successful in 16s
Actions / Build Documentation (MkDocs) (push) Successful in 11s
2024-02-01 18:58:52 -05:00
aa745cc03f
misc(bible): unhid the cog from the index 2024-02-01 18:50:45 -05:00
3b28ba3277
fix(bible): removed debug logging
Some checks failed
Actions / Lint Code (Pylint) (push) Failing after 15s
Actions / Build Documentation (MkDocs) (push) Successful in 11s
2024-02-01 18:50:27 -05:00
0a07e2dfa8
fix(bible): changed a few strings
Some checks failed
Actions / Lint Code (Pylint) (push) Failing after 16s
Actions / Build Documentation (MkDocs) (push) Successful in 12s
2024-02-01 18:49:06 -05:00
46685eee82
fix(bible): fixed bible random being inaccessible
Some checks failed
Actions / Lint Code (Pylint) (push) Failing after 16s
Actions / Build Documentation (MkDocs) (push) Successful in 12s
2024-02-01 18:48:20 -05:00
52a440ff3e
fix(bible): working on the bible random command
Some checks failed
Actions / Lint Code (Pylint) (push) Failing after 15s
Actions / Build Documentation (MkDocs) (push) Successful in 13s
2024-02-01 18:46:59 -05:00
95cd7fdcb5
fix(bible): adding debugging code
Some checks failed
Actions / Lint Code (Pylint) (push) Failing after 16s
Actions / Build Documentation (MkDocs) (push) Successful in 11s
2024-02-01 18:41:45 -05:00
2f945af866
feat(bible): added bible random (and formatted with black)
Some checks failed
Actions / Lint Code (Pylint) (push) Failing after 16s
Actions / Build Documentation (MkDocs) (push) Successful in 12s
2024-02-01 18:39:10 -05:00
b9fba23415
fix(bible): added error message if a passage is too long
Some checks failed
Actions / Lint Code (Pylint) (push) Failing after 16s
Actions / Build Documentation (MkDocs) (push) Successful in 12s
2024-02-01 18:30:57 -05:00
bb53343ecc
fix(bible): fixed embed.set_footer()
Some checks failed
Actions / Lint Code (Pylint) (push) Failing after 15s
Actions / Build Documentation (MkDocs) (push) Successful in 12s
2024-02-01 18:29:00 -05:00
8941aabf81
fix(bible): set the footer with set_footer instead of trying to override footer
Some checks failed
Actions / Lint Code (Pylint) (push) Failing after 16s
Actions / Build Documentation (MkDocs) (push) Successful in 11s
2024-02-01 18:28:22 -05:00
7f2555218c
fix(bible): allow bible_passage to be used for single verses
Some checks failed
Actions / Lint Code (Pylint) (push) Failing after 15s
Actions / Build Documentation (MkDocs) (push) Successful in 12s
2024-02-01 18:27:08 -05:00
5652e13ad7
fix(bible): remove pilcrows
Some checks failed
Actions / Lint Code (Pylint) (push) Failing after 16s
Actions / Build Documentation (MkDocs) (push) Successful in 13s
2024-02-01 18:23:00 -05:00
1c8037274b
feat(bible): make the bible_passage command have an embed
Some checks failed
Actions / Lint Code (Pylint) (push) Failing after 16s
Actions / Build Documentation (MkDocs) (push) Successful in 14s
2024-02-01 18:20:48 -05:00
162d669502
fix(bible): added more debug logging
Some checks failed
Actions / Lint Code (Pylint) (push) Failing after 16s
Actions / Build Documentation (MkDocs) (push) Successful in 12s
2024-02-01 18:17:30 -05:00
89bdf5583c
feat(bible): added ability to fetch passages
Some checks failed
Actions / Lint Code (Pylint) (push) Failing after 16s
Actions / Build Documentation (MkDocs) (push) Successful in 11s
2024-02-01 18:14:42 -05:00
a432050056
fix(bible): oops lol
Some checks failed
Actions / Lint Code (Pylint) (push) Failing after 16s
Actions / Build Documentation (MkDocs) (push) Successful in 12s
2024-02-01 18:07:55 -05:00
9e8c5239fd
fix(bible): added debug line
Some checks failed
Actions / Lint Code (Pylint) (push) Failing after 15s
Actions / Build Documentation (MkDocs) (push) Successful in 12s
2024-02-01 18:05:23 -05:00
c196cca6c2
fix(bible): hardcoded some stuff
Some checks failed
Actions / Lint Code (Pylint) (push) Failing after 15s
Actions / Build Documentation (MkDocs) (push) Successful in 12s
2024-02-01 18:01:26 -05:00
bf700f138c
fix(bible): fixed incorrect method call
Some checks failed
Actions / Lint Code (Pylint) (push) Failing after 15s
Actions / Build Documentation (MkDocs) (push) Successful in 10s
2024-02-01 18:00:22 -05:00
ad32a0fa67
fix(bible): return if error is encountered
Some checks failed
Actions / Lint Code (Pylint) (push) Failing after 16s
Actions / Build Documentation (MkDocs) (push) Successful in 11s
2024-02-01 17:59:19 -05:00
660f561109
fix(bible): fixed query
Some checks failed
Actions / Lint Code (Pylint) (push) Failing after 15s
Actions / Build Documentation (MkDocs) (push) Successful in 12s
2024-02-01 17:57:35 -05:00
894b1a3714
fix(bible): fixed bible verses being returned as html
Some checks failed
Actions / Lint Code (Pylint) (push) Failing after 15s
Actions / Build Documentation (MkDocs) (push) Successful in 11s
2024-02-01 17:56:41 -05:00
a14ec9bceb
fix(bible): awaited a whole bunch of corotuines
Some checks failed
Actions / Lint Code (Pylint) (push) Failing after 16s
Actions / Build Documentation (MkDocs) (push) Successful in 11s
2024-02-01 17:52:45 -05:00
3e824bca91
fix(bible): marked a group command as a group command
Some checks failed
Actions / Lint Code (Pylint) (push) Failing after 16s
Actions / Build Documentation (MkDocs) (push) Successful in 11s
2024-02-01 17:51:15 -05:00
267e048bc0
feat(bible): working on the verse command
Some checks failed
Actions / Lint Code (Pylint) (push) Failing after 17s
Actions / Build Documentation (MkDocs) (push) Successful in 12s
2024-02-01 17:50:35 -05:00
39fafede67
feat(bible): added bible cog
All checks were successful
Actions / Lint Code (Pylint) (push) Successful in 18s
Actions / Build Documentation (MkDocs) (push) Successful in 13s
2024-02-01 17:14:06 -05:00