diff --git a/launch.py b/launch.py index 153bd4dc32de0514ab76a4465bb0fd5409cd14ff..e194d140b856f239818eae750832dcae7980e64c 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):