remotes/1693045480750635534/spooky-22
Aevann1 2021-08-28 14:01:39 +02:00
parent 839b0c2028
commit 9eb8f8d1cd
1 changed files with 1 additions and 4 deletions

View File

@ -144,9 +144,6 @@ def discord_redirect(v):
"nick": name
}
req=requests.patch(url, headers=headers, json=data)
#print(req.status_code)
#print(url)
requests.patch(url, headers=headers, json=data)
return redirect(f"https://discord.com/channels/{SERVER_ID}/{WELCOME_CHANNEL}")