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: