fixed bug in blog function
This commit is contained in:
parent
eb58806478
commit
c672339672
1 changed files with 1 additions and 1 deletions
|
|
@ -715,7 +715,7 @@ async def blog(ctx):
|
|||
await ctx.send("Writing blogpost")
|
||||
else:
|
||||
await ctx.send("No topic given for blogpost, generating one.")
|
||||
topic = answer_question("Give me one topic for an absurd blogpost.")
|
||||
topic = await answer_question("Give me one topic for an absurd blogpost.")
|
||||
|
||||
|
||||
post_div = '''<!--replace this with a post-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue