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

Commit

Permalink
Update discord bot
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkauzh committed Aug 30, 2023
1 parent d8ed389 commit 8b295d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions discord/send_webhook.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,8 @@ def send_discord_webhook(message):

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...")

send_discord_webhook(message)

print("Webhook sent!")

0 comments on commit 8b295d0

Please sign in to comment.