From bd093ca311a2f235953c6a5212e82b9926d7dfa1 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Thu, 1 Feb 2024 19:47:08 -0500 Subject: [PATCH] fix(bible): fixed accidental whitespace --- bible/errors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)