forked from blizzthewolf/SeaCogs
fix(bible): marked a group command as a group command
This commit is contained in:
parent
267e048bc0
commit
3e824bca91
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ class Bible(commands.Cog):
|
||||||
data = await response.json()
|
data = await response.json()
|
||||||
return data["data"]
|
return data["data"]
|
||||||
|
|
||||||
@commands.command(autohelp=True)
|
@commands.group(autohelp=True)
|
||||||
async def bible(self, ctx: commands.Context):
|
async def bible(self, ctx: commands.Context):
|
||||||
"""Core command for the Bible cog."""
|
"""Core command for the Bible cog."""
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue