fixed bug in blog function

This commit is contained in:
phixxy 2023-07-12 02:55:31 -07:00
parent eb58806478
commit c672339672

View file

@ -715,7 +715,7 @@ async def blog(ctx):
await ctx.send("Writing blogpost") await ctx.send("Writing blogpost")
else: else:
await ctx.send("No topic given for blogpost, generating one.") 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--> post_div = '''<!--replace this with a post-->