diff --git a/bible/errors.py b/bible/errors.py index e2146b5..a5a6a2e 100644 --- a/bible/errors.py +++ b/bible/errors.py @@ -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]()." ), ): super().__init__(message)