/api/servers/<serverid>/invites/custom
POST request with body of:
{
"code":"<custom code here>"
}
Doesn't check if server id is that of a verified server, it's only a client side filter preventing users from making a custom URL
just removing the div that's positioned above it is enough to let me create a custom URL, or alternatively making a POST request to that endpoint with that request body
/api/servers/<serverid>/invites/custom
POST request with body of:Doesn't check if server id is that of a verified server, it's only a client side filter preventing users from making a custom URL
just removing the div that's positioned above it is enough to let me create a custom URL, or alternatively making a POST request to that endpoint with that request body