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!")
|
await ctx.send("Saved suggestion!")
|
||||||
|
|
||||||
@commands.command()
|
@commands.command()
|
||||||
async def generate_blog():
|
async def generate_blog(ctx):
|
||||||
start_time = time.time()
|
start_time = time.time()
|
||||||
topic = ''
|
topic = ''
|
||||||
filename = "phixxy.com/ai-blog/index.html"
|
filename = "phixxy.com/ai-blog/index.html"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue