fix(bible): marked a group command as a group command
Some checks failed
Actions / Lint Code (Pylint) (push) Failing after 16s
Actions / Build Documentation (MkDocs) (push) Successful in 11s

This commit is contained in:
Seaswimmer 2024-02-01 17:51:15 -05:00
parent 267e048bc0
commit 3e824bca91
Signed by: cswimr
GPG key ID: B8953EC01E5C4063

View file

@ -72,7 +72,7 @@ class Bible(commands.Cog):
data = await response.json()
return data["data"]
@commands.command(autohelp=True)
@commands.group(autohelp=True)
async def bible(self, ctx: commands.Context):
"""Core command for the Bible cog."""