Skip to content
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.

Commit

Permalink
Update send_webhook.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkauzh committed Dec 20, 2023
1 parent 6f6d82c commit 101fa21
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions discord/send_webhook.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ def send_discord_webhook(message):
version = fusion.__version__
author = fusion.__author__

message1 = f"Fusion Engine {version} of package has been released to PyPI by {author}! Check it out at https://pypi.org/project/fusion-engine/{version}"
message = "test"
message = f"Fusion Engine {version} of package has been released to PyPI by {author}! Check it out at https://pypi.org/project/fusion-engine/{version}"

print("Sending webhook...")

Expand Down

0 comments on commit 101fa21

Please sign in to comment.