Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Multiple Webhooks #210

Open
crazydisi opened this issue Jun 17, 2024 · 3 comments
Open

[Feature Request] Multiple Webhooks #210

crazydisi opened this issue Jun 17, 2024 · 3 comments

Comments

@crazydisi
Copy link

Context

We would like to use this tool to ping through multiple webhooks at the same time.

Describe the feature you have in mind

Would be awsome if we could get a feature where you can add more then one webhook to the config and make sure that everyone of those hooks would get the data

Additional context

This is very usefull if you have a coallition or Alliance with multiple discord server and do not want to change the hooks for every ping

@crazydisi crazydisi changed the title [Feature Request] Multiple Webhhoks [Feature Request] Multiple Webhooks Jun 17, 2024
Repository owner deleted a comment from github-actions bot Jun 17, 2024
Repository owner deleted a comment from github-actions bot Jun 17, 2024
@ElCommi
Copy link

ElCommi commented Jun 18, 2024

This would be super useful!

@ppfeufer
Copy link
Owner

And potentially flag your server as the source of spam when posting the same message in multiple channels, maybe even across multiple Discord servers, at the same time.
Discord has a very harsh rate limit and is quick to ban IPs.

@crazydisi
Copy link
Author

crazydisi commented Jun 18, 2024

Valid point, without a question but 2 things here regarding this (personal opinion):

  • This should be the responsibility of the Server owner
  • Discord return usefull headers for this stuff and ratelimiting, like

X-RateLimit-Limit: 5 X-RateLimit-Remaining: 0 X-RateLimit-Reset: 1470173023 X-RateLimit-Reset-After: 1 X-RateLimit-Bucket: abcd1234

/edit

furthermore those are the current limits under which discord acts:

IP addresses that make too many invalid HTTP requests are automatically and temporarily restricted from accessing the Discord API. Currently, this limit is 10,000 per 10 minutes. An invalid request is one that results in 401, 403, or 429 statuses.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants