fix(bible): oops lol
This commit is contained in:
parent
fda80d4e41
commit
323b4808cb
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ class InexplicableError(Exception):
|
||||||
def __init__(
|
def __init__(
|
||||||
self,
|
self,
|
||||||
message: str = error(
|
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)
|
super().__init__(message)
|
||||||
|
|
Loading…
Reference in a new issue