From e65fadd71b61088bb3aa090d4905ad4d13afdd70 Mon Sep 17 00:00:00 2001 From: phixxy Date: Thu, 25 Jan 2024 02:00:12 -0800 Subject: [PATCH] this should fix the bug in generate blog --- extensions/phixxycom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/phixxycom.py b/extensions/phixxycom.py index 2ea216c..04b8419 100644 --- a/extensions/phixxycom.py +++ b/extensions/phixxycom.py @@ -198,7 +198,7 @@ class PhixxyCom(commands.Cog): return None @commands.command() - async def generate_blog(self, ctx): + async def generate_blog(self, ctx=None): start_time = time.time() topic = '' filename = f"{self.data_dir}ai-blog/index.html"