Closed Ultrasonic1209 closed 4 years ago
i do group.exile([valid user id]) and it gives http 411
group.exile([valid user id])
but
import json r = await Client.request.request(url=f"https://groups.roblox.com/v1/groups/{group_id}/users/{user_id}",method="DELETE",data=json.dumps({}),noerror=True)
works fine so its an issue with da api ples fix kthx
I'm pretty sure your on the wrong version.
pip install git+https://github.com/iranathan/robloxapi.git -U
yeah that works, i was using the one off pip
soz
i do
group.exile([valid user id])
and it gives http 411but
works fine so its an issue with da api ples fix kthx