remove ctx from generate blog

This commit is contained in:
phixxy 2024-01-25 02:03:39 -08:00
parent e65fadd71b
commit 2f2a962848

View file

@ -198,7 +198,7 @@ class PhixxyCom(commands.Cog):
return None return None
@commands.command() @commands.command()
async def generate_blog(self, ctx=None): async def generate_blog(self):
start_time = time.time() start_time = time.time()
topic = '' topic = ''
filename = f"{self.data_dir}ai-blog/index.html" filename = f"{self.data_dir}ai-blog/index.html"