fix(bible): fixed some formatting in an error message

This commit is contained in:
Seaswimmer 2024-02-01 19:48:18 -05:00
parent bd093ca311
commit 4bf439c5c7
Signed by untrusted user: cswimr
GPG key ID: B8953EC01E5C4063

View file

@ -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)