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__( def __init__(
self, self,
message: str = error( message: str = error(
"""The API key for API.bible is missing or invalid. Please report this to the bot owner. "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>)."
If you are the bot owner, please check the documentation [here](https://seacogs.coastalcommits.com/bible/#setup)."""
), ),
): ):
super().__init__(message) super().__init__(message)