Skip to content

Commit

Permalink
Update discord_webhook.py
Browse files Browse the repository at this point in the history
  • Loading branch information
afreakyelf authored Apr 3, 2024
1 parent 07e74b0 commit 3410111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord_webhook.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def main():
release_url = os.getenv('RELEASE_URL')

# Construct the message content with Markdown
content = f"Hello everyone, **New Release: {release_tag}** \n\n{release_body} \n\n[View Release]({release_url})"
content = f"Hello everyone, \n**🚀New Release: {release_tag}🚀** \n{release_body} \n[View Release]({release_url})"

# Prepare the webhook payload
payload = {
Expand Down

0 comments on commit 3410111

Please sign in to comment.