From 4bf439c5c7c1f8c682030ebf75e452226874aa2e Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Thu, 1 Feb 2024 19:48:18 -0500 Subject: [PATCH] fix(bible): fixed some formatting in an error message --- bible/errors.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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)