import requests payload = {"message": "hello"} r = requests.patch('https://groups.roblox.com/v1/groups/ID/status', json=payload) print(r.text) print(r)
i'am new to coding so i dont really understand whats wrong
This question has been closed by our community as being off-topic from ROBLOX Lua Scripting. Why was this question closed?
Closed as off-topic by Ziffixture
This question has been closed by our community as being off-topic from ROBLOX Lua Scripting.
Why was this question closed?