Last commit. Added sender Function

This commit is contained in:
ZKWolf 2024-09-05 16:59:44 +02:00
parent 5fef8d6451
commit 4940b25541

View File

@ -25,5 +25,8 @@ class WebhookHandler:
response = requests.get(url)
return response.json()
def send_discord_webhook_msg(self, url, data):
discord_webhook([url], data)
webhook_handler = WebhookHandler()