Pinned Loading
-
Upload files with a discord webhook ...
Upload files with a discord webhook only using the python requests library (Because the Discord official documentation is confusing) 1from requests import post
23url = "https://discord.com/api/v10/webhooks/XXX/XXX?wait=true"
45with open("file.txt", "rb") as f:
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.