fix(bible): fixed accidental whitespace

This commit is contained in:
Seaswimmer 2024-02-01 19:47:08 -05:00
parent 2841fb12a5
commit bd093ca311
Signed by untrusted user: cswimr
GPG key ID: B8953EC01E5C4063

View file

@ -17,7 +17,7 @@ class Unauthorized(Exception):
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.
If 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)