diff --git a/bible/bible.py b/bible/bible.py index c0f0ec9..7801349 100644 --- a/bible/bible.py +++ b/bible/bible.py @@ -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."""