From 46685eee8267f89cc99543f0c293583a7ccb7599 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Thu, 1 Feb 2024 18:48:20 -0500 Subject: [PATCH] fix(bible): fixed bible random being inaccessible --- bible/bible.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bible/bible.py b/bible/bible.py index 3f600d2..4e57924 100644 --- a/bible/bible.py +++ b/bible/bible.py @@ -82,7 +82,11 @@ class Bible(commands.Cog): return data["data"] @commands.group(autohelp=True) - async def bible(self, ctx: commands.Context, book: str, passage: str): + async def bible(self, ctx: commands.Context): + """Retrieve Bible verses from the API.bible API.""" + + @bible.command(name="passage", aliases=["verse"]) + async def bible_passage(self, ctx: commands.Context, book: str, passage: str): """Get a Bible passage. Example usage: