From eb200b073dc52eadcad4290dbccfea3142622e80 Mon Sep 17 00:00:00 2001 From: Elliu <elliu@marge.iiens.net> Date: Thu, 24 Dec 2020 20:20:59 +0100 Subject: [PATCH] Putting author back on the post --- launch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launch.py b/launch.py index e4dda1f..348eae8 100644 --- a/launch.py +++ b/launch.py @@ -78,7 +78,7 @@ def create_embed(post,author,posturl): return embed def send_waifu(post, author, posturl): - return 'https://www.reddit.com' + str(posturl) + return '[' + str(author) + '](https://www.reddit.com' + str(posturl) + ')' refresh_all_posts() -- GitLab