Skip to content
Extraits de code Groupes Projets
Valider eb200b07 rédigé par Elliu's avatar Elliu
Parcourir les fichiers

Putting author back on the post

parent c764fb2a
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -78,7 +78,7 @@ def create_embed(post,author,posturl): ...@@ -78,7 +78,7 @@ def create_embed(post,author,posturl):
return embed return embed
def send_waifu(post, author, posturl): 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() refresh_all_posts()
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter