From 9f666304ccb25a5eaa971bbc88494f934b176d8d Mon Sep 17 00:00:00 2001 From: Elliu <elliu@marge.iiens.net> Date: Sat, 16 Jan 2021 02:02:11 +0100 Subject: [PATCH] Back to full link, double preview actually ok --- launch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launch.py b/launch.py index 153bd4d..e194d14 100644 --- a/launch.py +++ b/launch.py @@ -73,7 +73,7 @@ def create_embed(post,author,posturl): color = discord.Colour.dark_orange() ) embed.set_image(url=post) - embed.description ='['+str(author)+'](http://www.eddit.com'+str(posturl)+')' + embed.description ='['+str(author)+'](https://www.reddit.com'+str(posturl)+')' return embed def send_waifu(post, author, posturl): -- GitLab