forked from blizzthewolf/SeaCogs
fix(bible): fixed accidental whitespace
This commit is contained in:
parent
2841fb12a5
commit
bd093ca311
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ class Unauthorized(Exception):
|
|||
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)."""
|
||||
If 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