Recently I’ve been trying to make a kick request that kicks the user from the discord via Roblox. I believe all the code is proper and nothing is out of place just when I RequestAsync nothing happens and it does not kick the player, it doesn’t even output an error either which is quite strange I believe. So I’ve researched it and found out discord api is no longer compatible with roblox. So I was wondering if anyone had a solution to this problem I have come accross, for a better understanding of what I am trying to achieve, I will link the code below:
There have been various methods employed by individuals to utilize proxies on Discord for sending webhooks. I suggest locating relevant posts that offer tutorials on this subject matter.
Update: The API works fine, the api is not the issue, the issue is the id.Value part of the code, for some reason when I put that in it breaks, but when I just put it in as a one string, it works perfectly fine, anyone know a fix for this, I tried using tostring(integer) to try and convert it but it didn’t do anything.