diff --git a/launch.py b/launch.py index e4dda1fc67f8c490ede395b489ba9d633eb5f367..348eae89ea37fe6e918a3424d6bbb71bf079c556 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()