fix(bible): fixed some formatting in an error message
This commit is contained in:
parent
bd093ca311
commit
4bf439c5c7
1 changed files with 1 additions and 2 deletions
|
@ -16,8 +16,7 @@ class Unauthorized(Exception):
|
|||
def __init__(
|
||||
self,
|
||||
message: str = error(
|
||||
"""The API key for API.bible is missing or invalid. Please report this to the bot owner.
|
||||
If you are the bot owner, please check the documentation [here](https://seacogs.coastalcommits.com/bible/#setup)."""
|
||||
"The API key for API.bible is missing or invalid. Please report this to the bot owner.\nIf you are the bot owner, please check the documentation [here](<https://seacogs.coastalcommits.com/bible/#setup>)."
|
||||
),
|
||||
):
|
||||
super().__init__(message)
|
||||
|
|
Loading…
Reference in a new issue