added context to generate_blog()
This commit is contained in:
parent
afebf45490
commit
c193eb9134
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue