added context to generate_blog()

This commit is contained in:
phixxy 2024-01-18 22:17:32 -08:00
parent afebf45490
commit c193eb9134

View file

@ -64,7 +64,7 @@ async def blog(ctx, *args):
await ctx.send("Saved suggestion!")
@commands.command()
async def generate_blog():
async def generate_blog(ctx):
start_time = time.time()
topic = ''
filename = "phixxy.com/ai-blog/index.html"