diff --git a/bible/errors.py b/bible/errors.py index ab8c70a..e2146b5 100644 --- a/bible/errors.py +++ b/bible/errors.py @@ -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)