mirror of
https://github.com/wolfswolke/DeathGarden_API_Rebirth.git
synced 2026-04-19 13:37:12 -05:00
Added webhook_handler.py
This commit is contained in:
parent
ceaf4a9f8c
commit
d0de4a0ba0
5
src/logic/webhook_handler.py
Normal file
5
src/logic/webhook_handler.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import requests
|
||||
|
||||
|
||||
def discord_webhook(url, data):
|
||||
requests.post(url, json=data)
|
||||
Loading…
Reference in New Issue
Block a user