Discord webhook but it doesnt get [DELETE]d the minute its born
And yes the risk of getting spammed still exists, but not that i care
this project makes you able to block Methods you dont want interacting with your webhook, Aaand you can store multiple webhooks in ONE project,,,, plus its a great shortener
curl -X POST -H "Content-Type: application/json" -d '{"content":"You could curl"}' https://dishide-using-curl.thisisafakedomain.workers.dev/WebhookNumber50
const data = {
content: "Or you could use fetch"
}
fetch('https://dishide-using-js.thisisafakedomain.workers.dev/WebhookNumberJohn', {
method: 'POST',
headers: {
'Content-Type': 'application/json'
},
body: JSON.stringify(data)
});
- Make a cloudflare account
- Make a cloudflare project
- paste the contents of worker.js to the newly created cloudflare project
- Make sure to change the webhookIDs const, then deploy
- you should be good
goodbye githubbers, likely just skids
sad