This is a little bit of a PSA
@marcin_pl500
The domain name you use shouldn’t matter, the discrepency on the block between https://discord.com and https://discordapp.com is very clearly unintentional, and abusing this will only make Discord less likely to reinstate webhook access.
And, for everyone reading this in the future and anyone this might be relevant to…
Discord has blocked Roblox’s access to https://discord.com, which very clearly means that continuing to make requests to Discord anyways isn’t going to be taken well by them, especially considering many people haven’t even attempted to implement proper rate limits or even just any kind of rate limiting at all, which is disrespectful to the service, and in the future, people should be properly rate limiting their code, or not issuing requests to these services at all.
Here’s are two very important things you should be doing if you want Discord to remain Roblox-accessible:
- Don’t make requests to Discord at all, its blocked, and circumventing, or continuing to make requests that are going to get denied is wasting their resources and puts pressure on them to keep Roblox blocked.
- When (and if!) Discord unblocks Roblox, everybody who is using Discord webhooks should either be properly implementing rate limits, or simply not making requests to Discord. Blocked requests (rate limited, or now, by force) still have a cost to the service, and you should not be repeatedly making requests that are just getting blocked.
- I’ll say it again, please ensure you’re respecting the rate limits and ToS of any services you’re utilizing before you start using them again Discord Developer Portal
Additionally do not just switch to Trello. If you really need a free logging DB, again, use a service that’s designed for this sort of mass, frequent requests, like Google analytics, hell, even Google sheets is better for this than Trello.
Simply switching everything to Trello is immediately going to get Roblox blocked there as well, you should not be using these services for this sort of thing with the scale of the Roblox platform, they have each made it clear that many cases where Roblox utilizes them are not welcome, and both Discord and Trello have repeatedly asked users to stop sending them requests against their guidelines, and now Discord has issued this second block to Roblox.
Additionally, this resource was shown to me, and, its a perfect example of something designed for this: