Discord Auto Join ServerPython

Python-Programme
Anonymous
 Discord Auto Join Server

Post by Anonymous »

Wenn ich den Code ausführe, erhalte ich Statuscode 400 und ich bin mir nicht sicher, wie ich ihn beheben soll, damit er 200.

Code: Select all

#base url
url = "https://discord.com/api/v10/invites/{}"
headers = {
"Authorization":"mydiscordtoken"
}

r = requests.post(url.format("N5sCvu4C"), headers=headers, json={})
print(r.status_code) #prints 200 if all went well

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post
  • Discord Auto Join Server
    by Anonymous » » in Python
    0 Replies
    1 Views
    Last post by Anonymous
  • Discord Selfbot Discord Slash mit Discum
    by Anonymous » » in Python
    0 Replies
    26 Views
    Last post by Anonymous
  • TransactionAborted beim Festlegen der Discord Rich Presence über das Discord Game SDK in C#
    by Guest » » in C#
    0 Replies
    39 Views
    Last post by Guest
  • Discord Bot Discord.py scheint nicht zu funktionieren
    by Guest » » in Python
    0 Replies
    16 Views
    Last post by Guest
  • Discord Bot Discord.py scheint nicht zu funktionieren
    by Anonymous » » in Python
    0 Replies
    29 Views
    Last post by Anonymous