mirror of
https://github.com/wolfswolke/DeathGarden_API_Rebirth.git
synced 2026-03-21 17:54:09 -05:00
Last commit. Added sender Function
This commit is contained in:
parent
5fef8d6451
commit
4940b25541
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user