diff --git a/extensions/phixxycom.py b/extensions/phixxycom.py index 04b8419..fa6a9f3 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=None): + async def generate_blog(self): start_time = time.time() topic = '' filename = f"{self.data_dir}ai-blog/index.html"