fix(bible): oops lol
Some checks failed
Actions / Lint Code (Pylint) (push) Failing after 16s
Actions / Build Documentation (MkDocs) (push) Successful in 12s

This commit is contained in:
Seaswimmer 2024-02-02 02:10:42 -05:00
parent fda80d4e41
commit 323b4808cb
Signed by: cswimr
GPG key ID: B8953EC01E5C4063

View file

@ -45,7 +45,7 @@ class InexplicableError(Exception):
def __init__(
self,
message: str = error(
"An explicable 'Bad Request' error occurred. This error happens occassionally with the API.Bible service. Please try again. If the error persists, please report this to the bot owner."
"An inexplicable 'Bad Request' error occurred. This error happens occassionally with the API.Bible service. Please try again. If the error persists, please report this to the bot owner."
),
):
super().__init__(message)