Query related to roblox to discord webhook

If I like send 5-15 requests from ingame roblox to discord, will it affect my discord account?

Chances are yes. I know in the past Discord has even blocked Roblox because servers were making too many requests. What use case is there for sending that many requests, anyway? Perhaps there’s a better way.

You should be hosting your own HTTP server instead, Discord is not made for these sorts of things. And yes they have been blocked before since a lot of roblox developers didn’t even know what a ratelimit is.

I’m trying to do a clocking system, like staff clock in and clock out. That is logged in discord using a webhook, informing that the specific username has either clocked in/out.

And its not like 5-15 requests every second. It’s like this. Let’s say theres a session for 60 minutes. Basically the 5-15 staff clock in at the start, and at the end of 60 minutes, they clock out.

Oh, that’s probably fine then. I was thinking 5-15 time every second indefinitely, which would probably at least get your webhook removed or something.