send to hook

PHOTO EMBED

Sun Dec 11 2022 02:23:45 GMT+0000 (Coordinated Universal Time)

Saved by @ArtemisE1Tara #python

# Send the screenshot through the webhook
files = {"file": ("screenshot.png", screenshot_buffer, "image/png")}
requests.post(WEBHOOK_URL, files=files)
content_copyCOPY