diff --git a/sparkytron3000.py b/sparkytron3000.py index 543616c..fbb5d2e 100644 --- a/sparkytron3000.py +++ b/sparkytron3000.py @@ -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()