fix(bible): fixed bible random being inaccessible

This commit is contained in:
Seaswimmer 2024-02-01 18:48:20 -05:00
parent 52a440ff3e
commit 46685eee82
Signed by untrusted user: cswimr
GPG key ID: B8953EC01E5C4063

View file

@ -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: