Skip to content

Commit

Permalink
Update URL
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanLua authored Jul 4, 2024
1 parent df1bfc7 commit 57b65cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/instagram_to_discord.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def send_to_discord(post_url, image_url, author_name, author_icon_url, post_desc
"color": 13500529,
"author": {
"name": author_name,
"url": f"https://www.instagram.com/{author_name}",
"url": f"https://www.instagram.com/{author_name}/",
"icon_url": author_icon_url
},
"footer": {
Expand Down

0 comments on commit 57b65cf

Please sign in to comment.