Added webhook_handler.py

This commit is contained in:
ZKWolf 2024-02-07 23:09:35 +01:00
parent ceaf4a9f8c
commit d0de4a0ba0

View File

@ -0,0 +1,5 @@
import requests
def discord_webhook(url, data):
requests.post(url, json=data)