From 323b4808cb20f7df56ec6cf34e28dec30c118f9c Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Fri, 2 Feb 2024 02:10:42 -0500 Subject: [PATCH] fix(bible): oops lol --- bible/errors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bible/errors.py b/bible/errors.py index 04b5e06..4b6bb1c 100644 --- a/bible/errors.py +++ b/bible/errors.py @@ -45,7 +45,7 @@ class InexplicableError(Exception): def __init__( self, message: str = error( - "An explicable 'Bad Request' error occurred. This error happens occassionally with the API.Bible service. Please try again. If the error persists, please report this to the bot owner." + "An inexplicable 'Bad Request' error occurred. This error happens occassionally with the API.Bible service. Please try again. If the error persists, please report this to the bot owner." ), ): super().__init__(message)