Skip to content
This repository has been archived by the owner on Jan 3, 2022. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 549 Bytes

readme.md

File metadata and controls

13 lines (10 loc) · 549 Bytes

webhook-proxy

This is a webhook proxy for Roblox to send webhooks. I created it for myself but I've open sourced it because I thought I might as well.

Features:

  • Respects rate limits
  • Validates webhook objects*

Notes

  • If someone POSTS an invalid webhook url and discord returns that it is an invalid url, it will be added to a blacklist until app restart.
  • "File" and allowed mentions fields are not validated, only passed through. Why? I don't use them.
  • It does not validate the overall character limit. Why? I'm lazy.