fixed bug in blog
This commit is contained in:
parent
d1c2ec4bc0
commit
16f1173fdd
1 changed files with 1 additions and 1 deletions
|
|
@ -712,7 +712,7 @@ async def blog(ctx, *args):
|
|||
else:
|
||||
blogpost_file = "databases/blog_topics.txt"
|
||||
with open(blogpost_file, 'a') as f:
|
||||
f.writelines(message)
|
||||
f.writelines(message+'\n')
|
||||
await ctx.send("Saved suggestion!")
|
||||
|
||||
@bot.command()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue