From 3e824bca912b8ca55e3d3e92437a0fdfef201967 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Thu, 1 Feb 2024 17:51:15 -0500 Subject: [PATCH] fix(bible): marked a group command as a group command --- bible/bible.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."""